diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:02:16 +0000 |
commit | 80b493af54f14af07d5996abd35dc97b7f66e276 (patch) | |
tree | 21b5ce4935737ec97dadf3ef145f8afea959b39d | |
parent | 4b7d2f3725177093bdf1b3f3a5d361378c750701 (diff) |
INTEGRATION: CWS pchfix02 (1.16.8); FILE MERGED
2006/09/01 17:17:02 kaib 1.16.8.1: #i68856# Added header markers and pch files
-rw-r--r-- | basic/source/comp/exprtree.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 00b47877a91a..67e04f7e1267 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exprtree.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 10:54:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:02: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_basic.hxx" + #include "sbcomp.hxx" #include <sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable) #include "expr.hxx" |