diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:11:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:11:18 +0000 |
commit | 6becf2b68dae3eeedae2dabc217bb297786d1ecb (patch) | |
tree | 3b12d5ec6c8dd9d6d2f2e204fa5986bdbf8074ba /basic/source | |
parent | 6ee4232232efa1a50ec12f7bc5d5ea24688826ef (diff) |
INTEGRATION: CWS pchfix02 (1.3.124); FILE MERGED
2006/09/01 17:17:08 kaib 1.3.124.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxmstrm.cxx | 7 | ||||
-rw-r--r-- | basic/source/sbx/sbxres.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxmstrm.cxx b/basic/source/sbx/sbxmstrm.cxx index a1b2a9e88c66..d3f478e00d42 100644 --- a/basic/source/sbx/sbxmstrm.cxx +++ b/basic/source/sbx/sbxmstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxmstrm.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:51:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:10:50 $ * * 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 _SBXMSTRM_HXX #include "sbxmstrm.hxx" #endif diff --git a/basic/source/sbx/sbxres.cxx b/basic/source/sbx/sbxres.cxx index 7598e6dc9ffa..005c54b9f06b 100644 --- a/basic/source/sbx/sbxres.cxx +++ b/basic/source/sbx/sbxres.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxres.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:51:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:11:18 $ * * 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 "sbxres.hxx" static const char* pSbxRes[] = { |