diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:58:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:58:37 +0000 |
commit | 2db6793e3d0c01c14c0202b0fbf2a0462741889a (patch) | |
tree | 4ec1deadff5024337615dcf4d9a0ad65fdb9e3f5 /rsc | |
parent | bb4001ba1fc04b1cb70b5c9d65c46a317026eab1 (diff) |
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
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/misc/rsclst.cxx | 7 | ||||
-rw-r--r-- | rsc/source/parser/parser.cxx | 8 |
2 files changed, 10 insertions, 5 deletions
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 <stdlib.h> #include <stdio.h> #include <string.h> |