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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/editeng/akrnitem.hxx b/editeng/inc/editeng/akrnitem.hxx
index bcdbc7fdde96..63c49f10a7ad 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
@@ -54,7 +54,7 @@ public:
SvxAutoKernItem( const BOOL bAutoKern /*= FALSE*/,
const USHORT 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;