diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:00:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:00:19 +0000 |
commit | 587d2493a1523f533e7bafb0ef9df440b8e10ab5 (patch) | |
tree | 0998de4a4d2da20c93e9f6f0b95c414d9d84a610 /basic/source | |
parent | 52f6e917ab17961a09ea9b103f3a957d4c0f84ed (diff) |
INTEGRATION: CWS pchfix02 (1.10.26); FILE MERGED
2006/09/01 17:17:01 kaib 1.10.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sbintern.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx index 977192358c66..01d3f0035db7 100644 --- a/basic/source/classes/sbintern.cxx +++ b/basic/source/classes/sbintern.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbintern.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:40:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:00:19 $ * * 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> #endif |