summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/flddinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/flddinf.hxx')
-rw-r--r--sw/source/ui/fldui/flddinf.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx
index 20f9ebf3b786..05bee2dc32c3 100644
--- a/sw/source/ui/fldui/flddinf.hxx
+++ b/sw/source/ui/fldui/flddinf.hxx
@@ -59,17 +59,17 @@ class SwFldDokInfPage : public SwFldPage
String aInfoStr;
- USHORT nOldSel;
- ULONG nOldFormat;
+ sal_uInt16 nOldSel;
+ sal_uLong nOldFormat;
::rtl::OUString m_sOldCustomFieldName;
DECL_LINK( TypeHdl, ListBox* pLB = 0 );
DECL_LINK( SubTypeHdl, ListBox* pLB = 0 );
- USHORT FillSelectionLB(USHORT nSubTypeId);
+ sal_uInt16 FillSelectionLB(sal_uInt16 nSubTypeId);
protected:
- virtual USHORT GetGroup();
+ virtual sal_uInt16 GetGroup();
public:
SwFldDokInfPage(Window* pWindow, const SfxItemSet& rSet);
@@ -78,7 +78,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();