diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 14:59:56 +0000 |
commit | ae9f0d7efa861d007b6fe2dfd54676a4f03b3118 (patch) | |
tree | e63b0b38e870fdfd6ce72609faf010a1797b606c /rsc | |
parent | 0ef6307fbda6af75c4bdbf3ac8e87c33d1bb40e0 (diff) |
INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED
2006/09/01 17:33:21 kaib 1.11.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rsclex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx index afdbea10a600..fdce4641fd64 100644 --- a/rsc/source/parser/rsclex.cxx +++ b/rsc/source/parser/rsclex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsclex.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:14:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 15:59:56 $ * * 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 <stdlib.h> #include <stdio.h> #include <string.h> |