diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:56:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:56:31 +0000 |
commit | 375ac0d96c02364a143d994409dfcf4bbe5377b5 (patch) | |
tree | 74d75c0404699154fc2096007b8601ab0d64a1da /linguistic | |
parent | 310f3b03e1cf981f4e9042d5da095fe1558bbc08 (diff) |
INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED
2006/09/01 17:32:11 kaib 1.5.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/thesdta.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/thesdta.cxx b/linguistic/source/thesdta.cxx index 082022a53b87..2f4f1a704508 100644 --- a/linguistic/source/thesdta.cxx +++ b/linguistic/source/thesdta.cxx @@ -4,9 +4,9 @@ * * $RCSfile: thesdta.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:52:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:56:31 $ * * 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 |