summaryrefslogtreecommitdiff
path: root/svx/inc/svx/modctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/modctrl.hxx')
-rw-r--r--svx/inc/svx/modctrl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/svx/modctrl.hxx b/svx/inc/svx/modctrl.hxx
index fd9e085c826e..8b7702341dbc 100644
--- a/svx/inc/svx/modctrl.hxx
+++ b/svx/inc/svx/modctrl.hxx
@@ -37,18 +37,18 @@
class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl
{
public:
- 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();
- SvxModifyControl( USHORT nSlotId, USHORT nId, StatusBar& rStb );
+ SvxModifyControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
- static ULONG GetDefItemWidth(const StatusBar& rStb);
+ static sal_uIntPtr GetDefItemWidth(const StatusBar& rStb);
private:
- BOOL bState;
+ sal_Bool bState;
#ifdef _SVX_MODCTRL_CXX
SVX_DLLPRIVATE void DrawItemText_Impl();