diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:00:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:00:06 +0000 |
commit | 52f6e917ab17961a09ea9b103f3a957d4c0f84ed (patch) | |
tree | ac3fb1a5aa2b57e26bc4aab6e4604e370c0c700d /basic/source | |
parent | d00195a30b325b4a9fe1275ae2b67fca0e4099a7 (diff) |
INTEGRATION: CWS pchfix02 (1.28.26); FILE MERGED
2006/09/01 17:17:01 kaib 1.28.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sb.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index c10698f35299..538b08556f0e 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sb.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:39:57 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:00:06 $ * * 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 <stdio.h> #include "sb.hxx" |