From ab1aad5865517fb17f38db8437880f109328fe07 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 15:13:11 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.4.12); FILE MERGED 2006/09/01 17:32:00 kaib 1.4.12.1: #i68856# Added header markers and pch files --- lingucomponent/source/thesaurus/libnth/ntprophelp.cxx | 7 +++++-- lingucomponent/source/thesaurus/libnth/ntreg.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lingucomponent/source/thesaurus/libnth/ntprophelp.cxx b/lingucomponent/source/thesaurus/libnth/ntprophelp.cxx index a8fec7aff255..4cdf47a0dff9 100644 --- a/lingucomponent/source/thesaurus/libnth/ntprophelp.cxx +++ b/lingucomponent/source/thesaurus/libnth/ntprophelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ntprophelp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:58:17 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:12:56 $ * * 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 #include "ntprophelp.hxx" diff --git a/lingucomponent/source/thesaurus/libnth/ntreg.cxx b/lingucomponent/source/thesaurus/libnth/ntreg.cxx index 087a892b5771..edc0ae434565 100644 --- a/lingucomponent/source/thesaurus/libnth/ntreg.cxx +++ b/lingucomponent/source/thesaurus/libnth/ntreg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ntreg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:58:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:13:11 $ * * 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 // helper for factories #ifndef _RTL_STRING_HXX_