diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:11:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:11:30 +0000 |
commit | 38715c06fd276c48a16f389be0d24ed3e8b741f3 (patch) | |
tree | d9decf9d14ecf31d3756b8b01d1236dda76ec8b7 /basic | |
parent | 6becf2b68dae3eeedae2dabc217bb297786d1ecb (diff) |
INTEGRATION: CWS pchfix02 (1.6.24); FILE MERGED
2006/09/01 17:17:08 kaib 1.6.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 0dbe2a40bcc0..6e871272915b 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxscan.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:51:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:11:30 $ * * 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 _ERRCODE_HXX //autogen #include <tools/errcode.hxx> #endif |