diff options
Diffstat (limited to 'sw/source/ui/utlui/zoomctrl.cxx')
-rw-r--r-- | sw/source/ui/utlui/zoomctrl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/utlui/zoomctrl.cxx b/sw/source/ui/utlui/zoomctrl.cxx index a828c9d6cd..3d91b7c10f 100644 --- a/sw/source/ui/utlui/zoomctrl.cxx +++ b/sw/source/ui/utlui/zoomctrl.cxx @@ -41,8 +41,8 @@ SFX_IMPL_STATUSBAR_CONTROL( SwZoomControl, SvxZoomItem ); -SwZoomControl::SwZoomControl( USHORT _nSlotId, - USHORT _nId, +SwZoomControl::SwZoomControl( sal_uInt16 _nSlotId, + sal_uInt16 _nId, StatusBar& rStb ) : SvxZoomStatusBarControl( _nSlotId, _nId, rStb ) { @@ -52,7 +52,7 @@ SwZoomControl::~SwZoomControl() { } -void SwZoomControl::StateChanged( USHORT nSID, SfxItemState eState, +void SwZoomControl::StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) { if(SFX_ITEM_AVAILABLE == eState && pState->ISA( SfxStringItem )) |