diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:10:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:10:36 +0000 |
commit | 38be7d3bebd60b1f9ddf8c566ca9bcdce91951b1 (patch) | |
tree | b7cc7fa85d7b2818237102fc4651b48d65536300 /basic/source | |
parent | d93f93e5e848eaa812f58616c91ff74135845d2a (diff) |
INTEGRATION: CWS pchfix02 (1.4.26); FILE MERGED
2006/09/01 17:17:08 kaib 1.4.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxint.cxx | 7 | ||||
-rw-r--r-- | basic/source/sbx/sbxlng.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxint.cxx b/basic/source/sbx/sbxint.cxx index a3a641caabd9..d43501c51d21 100644 --- a/basic/source/sbx/sbxint.cxx +++ b/basic/source/sbx/sbxint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxint.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:50:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:10:23 $ * * 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 diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index 9c39ab975ee2..7dcd93dcf465 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxlng.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:50:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:10:36 $ * * 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 |