diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:08:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:08:37 +0000 |
commit | 5cad8f37ab5d99ab05c1d77139a3b5d1004b7645 (patch) | |
tree | 317408fa15e376600f6a71dd4e2a53adcb6362e6 /basic/source | |
parent | 970c18ca51833fcb543c4fecc89621964e488517 (diff) |
INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED
2006/09/01 17:17:06 kaib 1.4.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxbase.cxx | 7 | ||||
-rw-r--r-- | basic/source/sbx/sbxchar.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxbase.cxx b/basic/source/sbx/sbxbase.cxx index aa1f90c909bf..c3cf35424a90 100644 --- a/basic/source/sbx/sbxbase.cxx +++ b/basic/source/sbx/sbxbase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxbase.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:49:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:07:56 $ * * 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 _SHL_HXX //autogen #include <tools/shl.hxx> diff --git a/basic/source/sbx/sbxchar.cxx b/basic/source/sbx/sbxchar.cxx index 660009f3d0a6..9ac683bf3916 100644 --- a/basic/source/sbx/sbxchar.cxx +++ b/basic/source/sbx/sbxchar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxchar.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:49:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:08:37 $ * * 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 |