summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/flstitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/flstitem.hxx')
-rw-r--r--editeng/inc/editeng/flstitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/editeng/inc/editeng/flstitem.hxx b/editeng/inc/editeng/flstitem.hxx
index b2d35dd040..82b268d537 100644
--- a/editeng/inc/editeng/flstitem.hxx
+++ b/editeng/inc/editeng/flstitem.hxx
@@ -40,10 +40,10 @@
class FontList;
/*
- [Beschreibung]
+ [Description]
- Dieses Item dient als Transport-Medium fuer eine FontListe.
- Die Fontliste wird nicht kopiert und nicht geloescht!
+ This item serves as a transport medium for a font list. The font list is
+ not copied and not deleted!
*/
class EDITENG_DLLPUBLIC SvxFontListItem : public SfxPoolItem
@@ -56,13 +56,13 @@ public:
TYPEINFO();
SvxFontListItem( const FontList* pFontLst,
- const USHORT nId );
+ const sal_uInt16 nId );
SvxFontListItem( const SvxFontListItem& rItem );
virtual int operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,