diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:54:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:54:53 +0000 |
commit | 037ed2f12f80c33b2d6f2f4050c2936ef39a8f39 (patch) | |
tree | 63a2ea252d42ca923d043a81cb3d9f3721b7dc5b /linguistic | |
parent | 322c797ff1a6fcc649843c0fc0a697be6b168a7a (diff) |
INTEGRATION: CWS pchfix02 (1.25.18); FILE MERGED
2006/09/01 17:32:10 kaib 1.25.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/misc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 0d8a91b2ae7a..2e30720481b7 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: misc.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:50:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:54:53 $ * * 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 |