summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/akrnitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/akrnitem.hxx')
-rw-r--r--editeng/inc/editeng/akrnitem.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/editeng/inc/editeng/akrnitem.hxx b/editeng/inc/editeng/akrnitem.hxx
index 6bcf6a3bee..47860ddd1a 100644
--- a/editeng/inc/editeng/akrnitem.hxx
+++ b/editeng/inc/editeng/akrnitem.hxx
@@ -42,8 +42,8 @@ namespace rtl
// class SvxAutoKernItem -------------------------------------------------
/*
- [Beschreibung]
- Attribut fuer Pair-Kerning.
+ [Description]
+ Attribute for Pair-Kerning.
*/
class EDITENG_DLLPUBLIC SvxAutoKernItem : public SfxBoolItem
@@ -51,13 +51,13 @@ class EDITENG_DLLPUBLIC SvxAutoKernItem : public SfxBoolItem
public:
TYPEINFO();
- SvxAutoKernItem( const BOOL bAutoKern /*= FALSE*/,
- const USHORT nId );
+ SvxAutoKernItem( const sal_Bool bAutoKern /*= sal_False*/,
+ const sal_uInt16 nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, USHORT) const;
- virtual SvStream& Store(SvStream &, USHORT nItemVersion) const;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
+ virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,