From 2db6793e3d0c01c14c0202b0fbf2a0462741889a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 14:58:37 +0000 Subject: INTEGRATION: CWS pchfix02 (1.2.46); FILE MERGED 2006/09/01 17:33:20 kaib 1.2.46.1: #i68856# Added header markers and pch files --- rsc/source/misc/rsclst.cxx | 7 +++++-- rsc/source/parser/parser.cxx | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'rsc/source') diff --git a/rsc/source/misc/rsclst.cxx b/rsc/source/misc/rsclst.cxx index 068cfd9a7f2c..7e15e78c4551 100644 --- a/rsc/source/misc/rsclst.cxx +++ b/rsc/source/misc/rsclst.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsclst.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:36:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:58:10 $ * * 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" + #include "rsclst.hxx" REResourceList :: REResourceList() diff --git a/rsc/source/parser/parser.cxx b/rsc/source/parser/parser.cxx index 97addfbd6f9f..80899dc3eaa4 100644 --- a/rsc/source/parser/parser.cxx +++ b/rsc/source/parser/parser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:39:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:58:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ -#pragma hdrstop + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_rsc.hxx" #include #include #include -- cgit