From 6becf2b68dae3eeedae2dabc217bb297786d1ecb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 09:11:18 +0000 Subject: 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 --- basic/source/sbx/sbxmstrm.cxx | 7 +++++-- basic/source/sbx/sbxres.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'basic/source') 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[] = { -- cgit