summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/fldedt.hxx')
-rw-r--r--sw/source/ui/inc/fldedt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/fldedt.hxx b/sw/source/ui/inc/fldedt.hxx
index 83f4b5b758f3..35b0b19be6c8 100644
--- a/sw/source/ui/inc/fldedt.hxx
+++ b/sw/source/ui/inc/fldedt.hxx
@@ -47,7 +47,7 @@ class SwFldEditDlg : public SfxSingleTabDialog
DECL_LINK( NextPrevHdl, Button *pBt = 0 );
void Init();
- SfxTabPage* CreatePage(USHORT nGroup);
+ SfxTabPage* CreatePage(sal_uInt16 nGroup);
public:
@@ -58,7 +58,7 @@ public:
virtual short Execute();
- void EnableInsert(BOOL bEnable);
+ void EnableInsert(sal_Bool bEnable);
void InsertHdl();
};