diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:15:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:15:45 +0000 |
commit | 334c59fc5c39532d7d21d6b87d7be9035b5f73a3 (patch) | |
tree | 8515f9efddc3b4419340758bc318eed057475809 | |
parent | 8ada4fe4ad3187cb5048d749ae35ad06f88dffeb (diff) |
INTEGRATION: CWS fwkbugfix04 (1.16.120); FILE MERGED
2004/12/06 18:01:21 mba 1.16.120.1: #i38334#: get rid of all code based on SfxConfigManager
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index e48f9bb097..a64c6e2cf9 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: workwin.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2004-10-04 20:59:55 $ + * last change: $Author: kz $ $Date: 2005-01-18 16:15:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,10 +99,8 @@ #include "shell.hxx" #include "minarray.hxx" #include "ctrlitem.hxx" -#include "stbmgr.hxx" #include "viewfrm.hxx" -class SfxToolBoxManager; class SfxInPlaceEnv_Impl; class SfxPlugInEnv_Impl; class SfxSplitWindow; @@ -377,16 +375,16 @@ public: virtual BOOL ActivateNextChild_Impl( BOOL bForward = TRUE ); // Methoden f"ur StatusBar - void SetTempStatusBar_Impl( BOOL bSet ); + void SetTempStatusBar_Impl( BOOL bSet ); void ResetStatusBar_Impl(); void SetStatusBar_Impl(const ResId&, SfxShell *pShell, SfxBindings& ); void UpdateStatusBar_Impl(); - SfxStatusBarManager* GetStatusBarManager_Impl(); - SfxStatusBarManager* MakeStatusBarManager_Impl( BOOL bCreate ); - SfxStatBar_Impl* GetStatusBar_Impl(); + //SfxStatusBarManager* GetStatusBarManager_Impl(); + //SfxStatusBarManager* MakeStatusBarManager_Impl( BOOL bCreate ); + //SfxStatBar_Impl* GetStatusBar_Impl(); ::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > GetStatusIndicator(); }; - +/* class SfxPIWorkWin_Impl : public SfxWorkWindow { SfxPlugInEnv_Impl* pEnv; @@ -421,7 +419,7 @@ private: virtual void ArrangeChilds_Impl(); virtual void SaveStatus_Impl(SfxChildWindow*, const SfxChildWinInfo&); }; - +*/ class SfxFrameWorkWin_Impl : public SfxWorkWindow { SfxFrame* pMasterFrame; |