diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:12:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:12:44 +0000 |
commit | 4187ca160f988f28ae6a2c35cf95ded7d8d872c9 (patch) | |
tree | 06befe7d726c6b34db98e252bde7c8ad1e77871d /lingucomponent | |
parent | 6f1601ba32fb10bebf81ab37faf044df9ce69552 (diff) |
INTEGRATION: CWS pchfix02 (1.8.12); FILE MERGED
2006/09/01 17:31:59 kaib 1.8.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 65c975814235..3b4681a85e40 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nthesimp.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:57:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:12: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_lingucomponent.hxx" + // include <stdio.h> #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ |