diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:16 +0000 |
commit | 9a642c6baf53883de2bb747547ca128a281e3f99 (patch) | |
tree | 8a1c88fc0aa9cacdec45266b132c947a0f9b3fee /rsc | |
parent | 3bdd483b8df7851c5c8f3df035103e9ef00e186f (diff) |
INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGED
2006/09/01 17:33:21 kaib 1.13.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscicpx.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx index 8e874ec7357e..51bb4f4a1de4 100644 --- a/rsc/source/parser/rscicpx.cxx +++ b/rsc/source/parser/rscicpx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscicpx.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:46:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:59:16 $ * * 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" + /****************** I N C L U D E S **************************************/ // C and C++ Includes. #include <stdlib.h> |