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:
@@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user