From 3b96af89a692b72eb8e13fd8cb2f37a3bfdfdf4c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 15:04:07 +0000 Subject: INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED 2006/09/01 17:33:24 kaib 1.5.46.1: #i68856# Added header markers and pch files --- rsc/source/tools/rscchar.cxx | 7 +++++-- rsc/source/tools/rscdef.cxx | 7 +++++-- rsc/source/tools/rschash.cxx | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'rsc/source') diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx index 8b4b1b219255..8d3f98752299 100644 --- a/rsc/source/tools/rscchar.cxx +++ b/rsc/source/tools/rscchar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscchar.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:01:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:03:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_rsc.hxx" /****************** I N C L U D E S **************************************/ #include #include diff --git a/rsc/source/tools/rscdef.cxx b/rsc/source/tools/rscdef.cxx index b92aa9d13d72..d45f0741f34b 100644 --- a/rsc/source/tools/rscdef.cxx +++ b/rsc/source/tools/rscdef.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscdef.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:01:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:03:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_rsc.hxx" /****************** I N C L U D E S **************************************/ // Programmuebergreifende Includes. diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx index cdb467697dff..ab4b1701de46 100644 --- a/rsc/source/tools/rschash.cxx +++ b/rsc/source/tools/rschash.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rschash.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:01:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:04:07 $ * * 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_rsc.hxx" + #ifndef _RSCHASH_HXX #include #endif -- cgit