From 7fd057e3cda0f6f4ea4a471c29e75878c6eac681 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 13:24:28 +0000 Subject: INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED 2006/09/01 17:29:29 kaib 1.7.52.1: #i68856# Added header markers and pch files --- framework/source/uielement/statusbar.cxx | 7 +++++-- framework/source/uielement/statusbarmanager.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'framework/source') diff --git a/framework/source/uielement/statusbar.cxx b/framework/source/uielement/statusbar.cxx index cf3f98b66b84..ba0b306ae776 100644 --- a/framework/source/uielement/statusbar.cxx +++ b/framework/source/uielement/statusbar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbar.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:40:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:24:14 $ * * 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_framework.hxx" + #ifndef __FRAMEWORK_UIELEMENT_STATUSBAR_HXX_ #include #endif diff --git a/framework/source/uielement/statusbarmanager.cxx b/framework/source/uielement/statusbarmanager.cxx index d8623b1c1eb2..5acbbbe8d827 100644 --- a/framework/source/uielement/statusbarmanager.cxx +++ b/framework/source/uielement/statusbarmanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbarmanager.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:41:12 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:24:28 $ * * 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_framework.hxx" + #include //_________________________________________________________________________________________________________________ -- cgit