From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/source/ui/fldui/flddb.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/fldui/flddb.hxx') 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(); -- cgit v1.2.3