summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/hyznitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/hyznitem.hxx')
-rw-r--r--editeng/inc/editeng/hyznitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/editeng/inc/editeng/hyznitem.hxx b/editeng/inc/editeng/hyznitem.hxx
index ddd16b1b564f..ca775ac085b3 100644
--- a/editeng/inc/editeng/hyznitem.hxx
+++ b/editeng/inc/editeng/hyznitem.hxx
@@ -41,10 +41,10 @@ namespace rtl
// class SvxHyphenZoneItem -----------------------------------------------
-/*
-[Beschreibung]
-Dieses Item beschreibt ein Silbentrennungsattribut (Automatisch?, Anzahl der
-Zeichen am Zeilenende und -anfang).
+/* [Description]
+
+ This item describes a hyphenation attribute (automatic?, number of
+ characters at the end of the line and start).
*/
class EDITENG_DLLPUBLIC SvxHyphenZoneItem : public SfxPoolItem
@@ -63,7 +63,7 @@ public:
SvxHyphenZoneItem( const BOOL bHyph /*= FALSE*/,
const USHORT nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );