diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:00:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:00:23 +0000 |
commit | f31d82b37dd7610344ddcf7d17befcb2c9443106 (patch) | |
tree | 231853431a7c91c9f827755af78886fd017fa9eb /rsc | |
parent | 6ac3f99370fe8b8b3ec22712560dee5b5687a07d (diff) |
INTEGRATION: CWS pchfix02 (1.8.12); FILE MERGED
2006/09/01 17:33:21 kaib 1.8.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscyacc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/parser/rscyacc.cxx b/rsc/source/parser/rscyacc.cxx index e89ef4e61a2d..99e14b2bf3f1 100644 --- a/rsc/source/parser/rscyacc.cxx +++ b/rsc/source/parser/rscyacc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscyacc.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:14:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:00:23 $ * * 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" #include <stdio.h> #include <ctype.h> #include <string.h> |