diff options
Diffstat (limited to 'sw/source/ui/fldui/flddok.hxx')
-rw-r--r-- | sw/source/ui/fldui/flddok.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/fldui/flddok.hxx b/sw/source/ui/fldui/flddok.hxx index bd46111c0b8e..d5720a4e2872 100644 --- a/sw/source/ui/fldui/flddok.hxx +++ b/sw/source/ui/fldui/flddok.hxx @@ -64,18 +64,18 @@ class SwFldDokPage : public SwFldPage Bitmap aRootOpened; Bitmap aRootClosed; - USHORT nOldSel; - ULONG nOldFormat; + sal_uInt16 nOldSel; + sal_uLong nOldFormat; DECL_LINK( TypeHdl, ListBox* pLB = 0 ); DECL_LINK( FormatHdl, ListBox* pLB = 0 ); DECL_LINK( SubTypeHdl, ListBox* pLB = 0 ); - void AddSubType(USHORT nTypeId); - USHORT FillFormatLB(USHORT nTypeId); + void AddSubType(sal_uInt16 nTypeId); + sal_uInt16 FillFormatLB(sal_uInt16 nTypeId); protected: - virtual USHORT GetGroup(); + virtual sal_uInt16 GetGroup(); public: SwFldDokPage(Window* pWindow, const SfxItemSet& rSet); @@ -84,7 +84,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(); |