summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddb.hxx')
-rw-r--r--sw/source/ui/fldui/flddb.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index 2472031777a1..8f93d97f8b16 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.hxx
@@ -68,8 +68,8 @@ class SwFldDBPage : public SwFldPage
String sOldDBName;
String sOldTableName;
String sOldColumnName;
- ULONG nOldFormat;
- USHORT nOldSubType;
+ sal_uLong nOldFormat;
+ sal_uInt16 nOldSubType;
Link aOldNumSelectHdl;
DECL_LINK( TypeHdl, ListBox* );
@@ -83,7 +83,7 @@ class SwFldDBPage : public SwFldPage
using SwFldPage::SetWrtShell;
protected:
- virtual USHORT GetGroup();
+ virtual sal_uInt16 GetGroup();
public:
SwFldDBPage(Window* pParent, const SfxItemSet& rSet);
@@ -92,7 +92,7 @@ public:
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
- virtual BOOL FillItemSet( SfxItemSet& rSet );
+ virtual sal_Bool FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
virtual void FillUserData();