summaryrefslogtreecommitdiff
path: root/libre/abiword/abiword-3.0.0-link-grammar-5-second.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/abiword-3.0.0-link-grammar-5-second.patch
parente29f5965c6fa93793d6beca391580b265ec98653 (diff)
abiword-3.0.2-1.parabola1: updating version
Diffstat (limited to 'libre/abiword/abiword-3.0.0-link-grammar-5-second.patch')
-rw-r--r--libre/abiword/abiword-3.0.0-link-grammar-5-second.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/libre/abiword/abiword-3.0.0-link-grammar-5-second.patch b/libre/abiword/abiword-3.0.0-link-grammar-5-second.patch
deleted file mode 100644
index c471c749f..000000000
--- a/libre/abiword/abiword-3.0.0-link-grammar-5-second.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- abiword-3.0.0/plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp.orig 2014-06-30 08:21:30.000000000 -0500
-+++ abiword-3.0.0/plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp 2014-06-30 08:27:01.000000000 -0500
-@@ -220,6 +220,7 @@ bool LinkGrammarWrap::parseSentence(Piec
- pErr = NULL;
- }
-
-+#ifdef DEAD_DEBUG_CODE
- // for(i=0; i< pT->m_vecGrammarErrors.getItemCount(); i++)
- // {
- // pErr = pT->m_vecGrammarErrors.getNthItem(i);
-@@ -227,15 +228,10 @@ bool LinkGrammarWrap::parseSentence(Piec
- // }
- UT_UTF8String sErr = linkage_get_violation_name(linkage);
- // UT_DEBUGMSG(("Top Level error message |%s|\n",sErr.utf8_str()));
-- UT_sint32 count = linkage_get_num_sublinkages(linkage);
- //
- // Find linkages with violations
- //
-- for(i=0; i<count;i++)
- {
-- UT_sint32 iok = linkage_set_current_sublinkage(linkage, i);
-- if(iok == 0)
-- continue;
- UT_sint32 j = 0;
- UT_sint32 iNum = linkage_get_num_links(linkage);
- for(j=0;j< iNum;j++)
-@@ -252,6 +248,8 @@ bool LinkGrammarWrap::parseSentence(Piec
- }
- }
- linkage_delete(linkage);
-+#endif // DEAD_DEBUG_CODE
-+
- for(i=0; i< vecMapOfWords.getItemCount(); i++)
- {
- AbiGrammarError * p = vecMapOfWords.getNthItem(i);