From 5cad8f37ab5d99ab05c1d77139a3b5d1004b7645 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 09:08:37 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED 2006/09/01 17:17:06 kaib 1.4.24.1: #i68856# Added header markers and pch files --- basic/source/sbx/sbxbase.cxx | 7 +++++-- basic/source/sbx/sbxchar.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'basic/source/sbx') diff --git a/basic/source/sbx/sbxbase.cxx b/basic/source/sbx/sbxbase.cxx index aa1f90c909bf..c3cf35424a90 100644 --- a/basic/source/sbx/sbxbase.cxx +++ b/basic/source/sbx/sbxbase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxbase.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:49:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:07:56 $ * * 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 diff --git a/basic/source/sbx/sbxchar.cxx b/basic/source/sbx/sbxchar.cxx index 660009f3d0a6..9ac683bf3916 100644 --- a/basic/source/sbx/sbxchar.cxx +++ b/basic/source/sbx/sbxchar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxchar.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:49:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:08:37 $ * * 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 #endif -- cgit