Kaydet (Commit) e40b4cac authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS toolbars2 (1.1.1.1.934); FILE MERGED

2004/08/11 10:45:04 cd 1.1.1.1.934.1: #i32219# Adapt statusbar controller to new base class
üst 70251d47
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: modctrl.cxx,v $ * $RCSfile: modctrl.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 17:01:23 $ * last change: $Author: obo $ $Date: 2004-09-09 15:40:33 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -83,11 +83,11 @@ SFX_IMPL_STATUSBAR_CONTROL(SvxModifyControl, SfxBoolItem); ...@@ -83,11 +83,11 @@ SFX_IMPL_STATUSBAR_CONTROL(SvxModifyControl, SfxBoolItem);
// class SvxModifyControl ------------------------------------------------ // class SvxModifyControl ------------------------------------------------
SvxModifyControl::SvxModifyControl( USHORT nId, SvxModifyControl::SvxModifyControl( USHORT nSlotId,
StatusBar& rStb, SfxBindings& rBind ) : USHORT nId,
StatusBar& rStb ) :
SfxStatusBarControl( nId, rStb, rBind ),
SfxStatusBarControl( nSlotId, nId, rStb ),
bState( TRUE ) bState( TRUE )
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment