summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/diactrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/diactrl.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/diactrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/diactrl.hxx b/sd/source/ui/inc/diactrl.hxx
index a5da8b4a10fc..182990a89690 100644..100755
--- a/sd/source/ui/inc/diactrl.hxx
+++ b/sd/source/ui/inc/diactrl.hxx
@@ -64,13 +64,13 @@ public:
class SdTbxCtlDiaPages : public SfxToolBoxControl
{
public:
- virtual void StateChanged( USHORT nSID, SfxItemState eState,
+ virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState );
virtual Window* CreateItemWindow( Window *pParent );
SFX_DECL_TOOLBOX_CONTROL();
- SdTbxCtlDiaPages( USHORT nSlotId, USHORT nId, ToolBox& rTbx );
+ SdTbxCtlDiaPages( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SdTbxCtlDiaPages();
};