From 8dc205ba3d794512fbe90ffe3edced7aaf96e9fa Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 08:54:16 +0000 Subject: [PATCH] INTEGRATION: CWS fwkperf01 (1.16.158); FILE MERGED 2005/01/12 15:20:57 cd 1.16.158.1: #i37617# Improve performance switching Impress Views --- sfx2/source/inc/workwin.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index 688c47eca990..e4940635a83b 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: workwin.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2005-01-18 16:15:45 $ + * last change: $Author: kz $ $Date: 2005-01-21 09:54:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -284,6 +284,10 @@ protected: BOOL bIsFullScreen : 1; BOOL bShowStatusBar : 1; BOOL bLocked : 1; + rtl::OUString m_aStatusBarResName; + rtl::OUString m_aLayoutManagerPropName; + rtl::OUString m_aTbxTypeName; + rtl::OUString m_aProgressBarResName; protected: void CreateChildWin_Impl(SfxChildWin_Impl*,BOOL);