summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/zoomctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/zoomctrl.hxx')
-rw-r--r--sw/source/ui/inc/zoomctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/zoomctrl.hxx b/sw/source/ui/inc/zoomctrl.hxx
index f2d1843828fb..05880e12189e 100644
--- a/sw/source/ui/inc/zoomctrl.hxx
+++ b/sw/source/ui/inc/zoomctrl.hxx
@@ -35,13 +35,13 @@ private:
String sPreviewZoom;
public:
virtual void Command( const CommandEvent& rCEvt );
- virtual void StateChanged( USHORT nSID, SfxItemState eState,
+ virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState );
virtual void Paint( const UserDrawEvent& rEvt );
SFX_DECL_STATUSBAR_CONTROL();
- SwZoomControl( USHORT nSlotId, USHORT nId, StatusBar& rStb );
+ SwZoomControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
~SwZoomControl();
};