diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 14:37:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 14:37:56 +0000 |
commit | f294b39b7819e32f54f85785b03ea93d19d13d70 (patch) | |
tree | 84ed97106fa398ff2ca0acc5318b0f3dc5f2cbde /svx/inc/pszctrl.hxx | |
parent | 3505fd56904d74080ece4424629b8f28785920cd (diff) |
INTEGRATION: CWS toolbars2 (1.1.1.1.936); FILE MERGED
2004/08/18 13:47:03 cd 1.1.1.1.936.2: #i32219# Adapt status bar controller to new base class
2004/08/11 10:44:50 cd 1.1.1.1.936.1: #i32219# Adapt statusbar controller to new base class
Diffstat (limited to 'svx/inc/pszctrl.hxx')
-rw-r--r-- | svx/inc/pszctrl.hxx | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/svx/inc/pszctrl.hxx b/svx/inc/pszctrl.hxx index 6e2a84d98f6c..03224487c6a1 100644 --- a/svx/inc/pszctrl.hxx +++ b/svx/inc/pszctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pszctrl.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:58 $ + * last change: $Author: obo $ $Date: 2004-09-09 15:37:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,15 +78,10 @@ class SvxPosSizeStatusBarControl : public SfxStatusBarControl { private: SvxPosSizeStatusBarControl_Impl* pImp; - - SfxStatusForwarder aPosForwarder; - SfxStatusForwarder aTableForwarder; - SfxStatusForwarder aFuncForwarder; - public: SFX_DECL_STATUSBAR_CONTROL(); - SvxPosSizeStatusBarControl( USHORT nId, StatusBar& rStb, SfxBindings& rBind ); + SvxPosSizeStatusBarControl( USHORT nSlotId, USHORT nId, StatusBar& rStb ); ~SvxPosSizeStatusBarControl(); virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState ); |