diff options
-rw-r--r-- | linguistic/source/prophelp.cxx | 7 | ||||
-rw-r--r-- | linguistic/source/supplang.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/linguistic/source/prophelp.cxx b/linguistic/source/prophelp.cxx index d0b220a5c786..35f142fcf68a 100644 --- a/linguistic/source/prophelp.cxx +++ b/linguistic/source/prophelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prophelp.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:51:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:55:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_linguistic.hxx" + #ifndef _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT #include <tools/debug.hxx> #endif diff --git a/linguistic/source/supplang.cxx b/linguistic/source/supplang.cxx index de470fb81fd7..7d7aa296525a 100644 --- a/linguistic/source/supplang.cxx +++ b/linguistic/source/supplang.cxx @@ -4,9 +4,9 @@ * * $RCSfile: supplang.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:51:33 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:56:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_linguistic.hxx" + #ifndef _STRING_HXX #include <tools/string.hxx> #endif |