diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:03:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:03:01 +0000 |
commit | 3520d349d7c5f33a6faaa9a7fd8ef2ac7b3a3e1c (patch) | |
tree | ecb9743d55b07a3d503b9280853746dfd6b8c247 /rsc | |
parent | 24882dc9c156fc254f49619b2f7076a5e529cb97 (diff) |
INTEGRATION: CWS pchfix02 (1.5.22); FILE MERGED
2006/09/01 17:33:23 kaib 1.5.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/res/rscstr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx index 6cfb37557f39..6803482f2266 100644 --- a/rsc/source/res/rscstr.cxx +++ b/rsc/source/res/rscstr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscstr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:48:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:03:01 $ * * 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 **************************************/ // C and C++ Includes. |