summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/styfitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/styfitem.hxx')
-rw-r--r--sfx2/inc/sfx2/styfitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/inc/sfx2/styfitem.hxx b/sfx2/inc/sfx2/styfitem.hxx
index 76be875d6d70..5bb473906dbd 100644
--- a/sfx2/inc/sfx2/styfitem.hxx
+++ b/sfx2/inc/sfx2/styfitem.hxx
@@ -45,7 +45,7 @@
#ifndef _SFX_STYFITEM_HXX_NOLIST
struct SfxFilterTupel {
String aName;
- USHORT nFlags;
+ sal_uInt16 nFlags;
};
DECLARE_LIST(SfxStyleFilter, SfxFilterTupel*)
@@ -61,7 +61,7 @@ class SfxStyleFamilyItem: public Resource
Bitmap aBitmap;
String aText;
String aHelpText;
- USHORT nFamily;
+ sal_uInt16 nFamily;
SfxStyleFilter aFilterList;
public:
@@ -98,10 +98,10 @@ public:
SfxStyleFamilies( ) {};
~SfxStyleFamilies();
- USHORT Count() const
- { return (USHORT)aEntryList.Count(); }
+ sal_uInt16 Count() const
+ { return (sal_uInt16)aEntryList.Count(); }
- const SfxStyleFamilyItem* GetObject(ULONG nIdx) const
+ const SfxStyleFamilyItem* GetObject(sal_uIntPtr nIdx) const
{ return (SfxStyleFamilyItem*)aEntryList.GetObject(nIdx); }
/** updates the images of all single SfxStyleFamilyItems with new images from the given resource