diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:03 +0000 |
commit | 3bdd483b8df7851c5c8f3df035103e9ef00e186f (patch) | |
tree | 87d4e19c990cb7a81b215853605aaaca86206533 /rsc/source/parser | |
parent | 8640e80ac29b7dae3d07de4814c8e3139cf90446 (diff) |
INTEGRATION: CWS pchfix02 (1.13.16); FILE MERGED
2006/09/01 17:33:20 kaib 1.13.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc/source/parser')
-rw-r--r-- | rsc/source/parser/rscibas.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx index 69e1454d8076..f0387a857f9a 100644 --- a/rsc/source/parser/rscibas.cxx +++ b/rsc/source/parser/rscibas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscibas.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-07-10 16:31:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:59:03 $ * * 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> |