diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:03:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:03:03 +0000 |
commit | cbea97b31bac690ce171755709371e2747091fcd (patch) | |
tree | 412fbd59a7c3a9a24940a67f0ff2ef5381b37959 /basic/source | |
parent | 339abb4151207f9baeac038bca40b1d9d5612029 (diff) |
INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED
2006/09/01 17:17:02 kaib 1.16.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/comp/parser.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 004c800c1dd6..0b1f0aab59b2 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:42:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:03: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_basic.hxx" + #ifndef _SBXCLASS_HXX //autogen #include <sbx.hxx> #endif |