diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 09:53:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-09 09:53:46 +0000 |
commit | 898bfd802b1a527f4454e524c026b2cb812b8f94 (patch) | |
tree | 403af5dade28513a5a0997ce8b819d58f4c4f30b /lingucomponent/source/languageguessing/simpleguesser.hxx | |
parent | 80289770514f8acdfb625edadda05d4739639f84 (diff) |
INTEGRATION: CWS tl45 (1.3.26); FILE MERGED
2007/08/30 12:57:34 tl 1.3.26.1: #81149# remove work-around for language fall back
Diffstat (limited to 'lingucomponent/source/languageguessing/simpleguesser.hxx')
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index 3493f38a7e8c..f88a6f55cb92 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -4,9 +4,9 @@ * * $RCSfile: simpleguesser.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2007-06-22 08:32:43 $ + * last change: $Author: rt $ $Date: 2007-11-09 10:53:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #include <vector> #include <guess.hxx> -#define MAX_STRING_LENGTH_TO_ANALYSE 100 +#define MAX_STRING_LENGTH_TO_ANALYSE 200 using namespace std; |