diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:53:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:53:44 +0000 |
commit | a24decfc666c103f5f4f887f7f45203bcc663158 (patch) | |
tree | 38a5aec947f086324ea666c92deb1725346043dd /linguistic/source | |
parent | 511f2ac83bbd2ec894260e4909e32c1a20fab111 (diff) |
INTEGRATION: CWS pchfix02 (1.6.18); FILE MERGED
2006/09/01 17:32:09 kaib 1.6.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 7 | ||||
-rw-r--r-- | linguistic/source/hyphdta.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 5820ae3f1d8b..9d78d77e0b19 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hhconvdic.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:48:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:53:17 $ * * 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 USCRIPT_H #include <external/unicode/uscript.h> #endif diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx index 5109bcd2323c..7fe4226a3fe1 100644 --- a/linguistic/source/hyphdta.cxx +++ b/linguistic/source/hyphdta.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphdta.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:48:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:53:44 $ * * 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" + #include "hyphdta.hxx" #include "lngprops.hxx" #include "misc.hxx" |