summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tmplctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tmplctrl.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/tmplctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tmplctrl.hxx b/sd/source/ui/inc/tmplctrl.hxx
index 6a85b0f7b4fb..ab0aac07dabe 100644..100755
--- a/sd/source/ui/inc/tmplctrl.hxx
+++ b/sd/source/ui/inc/tmplctrl.hxx
@@ -33,10 +33,10 @@
class SdTemplateControl : public SfxStatusBarControl
{
public:
- SdTemplateControl( USHORT nSlotId, USHORT nId, StatusBar& rStb );
+ SdTemplateControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
~SdTemplateControl();
- virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState );
+ virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
virtual void Paint( const UserDrawEvent& rEvt );
SFX_DECL_STATUSBAR_CONTROL();