diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-06-21 06:56:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-06-21 06:56:38 +0000 |
commit | cf51a0a054957a0bd2e86084ffa5ec1bd4f59840 (patch) | |
tree | 2ae2eaae1a8ff396a78dac65a544373edda04d01 /lingucomponent/source/languageguessing/guesslang.cxx | |
parent | 130c70d11c2dda1e7a6047f22c0909e8a51d5564 (diff) |
#i10000# Missing precompiled header directive added.
Diffstat (limited to 'lingucomponent/source/languageguessing/guesslang.cxx')
-rw-r--r-- | lingucomponent/source/languageguessing/guesslang.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lingucomponent/source/languageguessing/guesslang.cxx b/lingucomponent/source/languageguessing/guesslang.cxx index 1d69488a4..f6732ccfb 100644 --- a/lingucomponent/source/languageguessing/guesslang.cxx +++ b/lingucomponent/source/languageguessing/guesslang.cxx @@ -8,9 +8,9 @@ * * $RCSfile: guesslang.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-06-19 16:01:11 $ + * last change: $Author: vg $ $Date: 2007-06-21 07:56:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_lingucomponent.hxx" + #include <iostream> #include <tools/debug.hxx> |