diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:04:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:04:07 +0000 |
commit | 3b96af89a692b72eb8e13fd8cb2f37a3bfdfdf4c (patch) | |
tree | a06f9288268d50f38e1716a30e50b2ae43cae4b1 /rsc/source | |
parent | 67f1206b202fcc4a2dd973f27d8927ae52c7749f (diff) |
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
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/tools/rscchar.cxx | 7 | ||||
-rw-r--r-- | rsc/source/tools/rscdef.cxx | 7 | ||||
-rw-r--r-- | rsc/source/tools/rschash.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
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 <stdio.h> #include <string.h> 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 <rschash.hxx> #endif |