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
This commit is contained in:
Oliver Bolte
2004-09-09 14:40:33 +00:00
parent 70251d4787
commit e40b4cacd8

View File

@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -83,11 +83,11 @@ SFX_IMPL_STATUSBAR_CONTROL(SvxModifyControl, SfxBoolItem);
// class SvxModifyControl ------------------------------------------------
SvxModifyControl::SvxModifyControl( USHORT nId,
StatusBar& rStb, SfxBindings& rBind ) :
SfxStatusBarControl( nId, rStb, rBind ),
SvxModifyControl::SvxModifyControl( USHORT nSlotId,
USHORT nId,
StatusBar& rStb ) :
SfxStatusBarControl( nSlotId, nId, rStb ),
bState( TRUE )
{
}