summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/navigat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/navigat.hxx')
-rw-r--r--sfx2/inc/sfx2/navigat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/navigat.hxx b/sfx2/inc/sfx2/navigat.hxx
index a3f525ccd754..2958f92ca0d3 100644
--- a/sfx2/inc/sfx2/navigat.hxx
+++ b/sfx2/inc/sfx2/navigat.hxx
@@ -38,7 +38,7 @@ class SfxNavigatorWrapper : public SfxChildWindow
public:
SfxNavigatorWrapper( Window* pParent ,
- USHORT nId ,
+ sal_uInt16 nId ,
SfxBindings* pBindings ,
SfxChildWinInfo* pInfo );
@@ -57,7 +57,7 @@ public:
virtual void Resize();
virtual void Resizing( Size& rSize );
- virtual BOOL Close();
+ virtual sal_Bool Close();
};
#endif