diff options
-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; |