summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tbx_ww.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tbx_ww.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/tbx_ww.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tbx_ww.hxx b/sd/source/ui/inc/tbx_ww.hxx
index 434551e08825..357ce5982bd2 100644..100755
--- a/sd/source/ui/inc/tbx_ww.hxx
+++ b/sd/source/ui/inc/tbx_ww.hxx
@@ -48,7 +48,7 @@ private:
DECL_LINK( TbxSelectHdl, ToolBox * );
public:
- SdPopupWindowTbx( USHORT nId, WindowAlign eAlign,
+ SdPopupWindowTbx( sal_uInt16 nId, WindowAlign eAlign,
SdResId aRIdWin, SdResId aRIdTbx, SfxBindings& rBindings );
~SdPopupWindowTbx();
@@ -72,17 +72,17 @@ private:
class SdTbxControl : public SfxToolBoxControl
{
private:
- BOOL IsCheckable( USHORT nSId );
+ sal_Bool IsCheckable( sal_uInt16 nSId );
public:
SFX_DECL_TOOLBOX_CONTROL();
- SdTbxControl(USHORT nSlotId, USHORT nId, ToolBox& rTbx );
+ SdTbxControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SdTbxControl() {}
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();
- virtual void StateChanged( USHORT nSId, SfxItemState eState,
+ virtual void StateChanged( sal_uInt16 nSId, SfxItemState eState,
const SfxPoolItem* pState );
};