summaryrefslogtreecommitdiff
path: root/libre/abiword/link-grammar-panic.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-01 03:07:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-01 03:07:53 -0300
commit6405ead7860b16db3557d0851d084a20e1dd2077 (patch)
treecb43874071782b5c694018500d7f655117f62a6f /libre/abiword/link-grammar-panic.patch
parente29f5965c6fa93793d6beca391580b265ec98653 (diff)
abiword-3.0.2-1.parabola1: updating version
Diffstat (limited to 'libre/abiword/link-grammar-panic.patch')
-rw-r--r--libre/abiword/link-grammar-panic.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/libre/abiword/link-grammar-panic.patch b/libre/abiword/link-grammar-panic.patch
deleted file mode 100644
index f33a802ff..000000000
--- a/libre/abiword/link-grammar-panic.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp.orig 2015-02-17 12:11:05.062973479 +0000
-+++ plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp 2015-02-17 12:11:38.909495002 +0000
-@@ -87,7 +87,6 @@
- parse_options_set_min_null_count(m_Opts, 0);
- parse_options_set_max_null_count(m_Opts, 0);
- parse_options_set_islands_ok(m_Opts, 0);
-- parse_options_set_panic_mode(m_Opts, TRUE);
- parse_options_reset_resources(m_Opts);
- UT_sint32 num_linkages = sentence_parse(sent, m_Opts);
- bool res = (num_linkages >= 1);