summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/gluectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/gluectrl.hxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/inc/gluectrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/gluectrl.hxx b/sd/source/ui/inc/gluectrl.hxx
index 8f8b0609304a..f2fbe1ab307a 100644..100755
--- a/sd/source/ui/inc/gluectrl.hxx
+++ b/sd/source/ui/inc/gluectrl.hxx
@@ -59,16 +59,16 @@ public:
class SdTbxCtlGlueEscDir: public SfxToolBoxControl
{
private:
- UINT16 GetEscDirPos( UINT16 nEscDir );
+ sal_uInt16 GetEscDirPos( sal_uInt16 nEscDir );
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();
- SdTbxCtlGlueEscDir( USHORT nSlotId, USHORT nId, ToolBox& rTbx );
+ SdTbxCtlGlueEscDir( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
~SdTbxCtlGlueEscDir() {}
};