summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/tmplctrl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-09 14:35:34 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-09 14:35:34 +0000
commit3b4f7e11f8cb25762d430867deb1586dde5aed15 (patch)
tree6427846b2bb0da9c39a9e36a29907916a9af44f9 /sw/source/ui/inc/tmplctrl.hxx
parent2269f7040d55070ae79eeebc2d7637cea3b1af48 (diff)
INTEGRATION: CWS toolbars2 (1.1.1.1.836); FILE MERGED
2004/08/11 10:47:32 cd 1.1.1.1.836.1: #i32219# Adapt statusbar controller to new base class
Diffstat (limited to 'sw/source/ui/inc/tmplctrl.hxx')
-rw-r--r--sw/source/ui/inc/tmplctrl.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx
index dfaac8722c79..9913dee4bb5d 100644
--- a/sw/source/ui/inc/tmplctrl.hxx
+++ b/sw/source/ui/inc/tmplctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tmplctrl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:42 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:35:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,12 +79,13 @@ class SwTemplateControl : public SfxStatusBarControl
protected:
virtual void Command( const CommandEvent& rCEvt );
public:
- virtual void StateChanged( const SfxPoolItem* pState );
+ virtual void StateChanged( USHORT nSID, SfxItemState eState,
+ const SfxPoolItem* pState );
virtual void Paint( const UserDrawEvent& rEvt );
SFX_DECL_STATUSBAR_CONTROL();
- SwTemplateControl( USHORT nId, StatusBar& rStb, SfxBindings& rBind );
+ SwTemplateControl( USHORT nSlotId, USHORT nId, StatusBar& rStb );
~SwTemplateControl();
private: