summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 08:54:16 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 08:54:16 +0000
commit8dc205ba3d794512fbe90ffe3edced7aaf96e9fa (patch)
treebbef73b343f1ad4bd4fb3a8c06b40258c3e73d2e
parentb83b050b2ef8352c0fc40a55dc4763bfcc74a5f8 (diff)
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
-rw-r--r--sfx2/source/inc/workwin.hxx8
1 files 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);