summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2012-11-07 00:33:02 +0000
committerMaho Nakata <maho@FreeBSD.org>2012-11-07 00:33:02 +0000
commit00922f1f415c2f8b5a91a1f7d5df9ed972b5b66d (patch)
tree085a444937fcadcd0507ec33a2e524c720800ff2 /editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent
parentRemove redundant conflict. (diff)
Remove IGNORE line as now textproc/libexttextcat and textproc/libtextcat
happily co-exist. Feature safe: yes
Notes
Notes: svn path=/head/; revision=307112
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent b/editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent
deleted file mode 100644
index 0aec5c2f9b6b..000000000000
--- a/editors/openoffice-3-devel/files/extra-patch-libexttextcat-lingucomponent
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- lingucomponent/source/languageguessing/simpleguesser.cxx.orig 2012-01-10 19:42:30.000000000 +0900
-+++ lingucomponent/source/languageguessing/simpleguesser.cxx 2012-08-07 11:14:45.000000000 +0900
-@@ -114,7 +114,7 @@
- if(!h){return guesses;}
-
- //calculate le number of unicode charcters (symbols)
-- int len = utfstrlen(text);
-+ int len = strlen(text);
-
- if( len > MAX_STRING_LENGTH_TO_ANALYSE ){len = MAX_STRING_LENGTH_TO_ANALYSE ;}
-