summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/wrlmitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/wrlmitem.hxx')
-rw-r--r--editeng/inc/editeng/wrlmitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/wrlmitem.hxx b/editeng/inc/editeng/wrlmitem.hxx
index c008efeb966f..fc57691f1883 100644
--- a/editeng/inc/editeng/wrlmitem.hxx
+++ b/editeng/inc/editeng/wrlmitem.hxx
@@ -41,10 +41,10 @@ namespace rtl
// class SvxWordLineModeItem ---------------------------------------------
-/* [Beschreibung]
+/* [Description]
- Dieses Item beschreibt, ob Unterstrichen und Durchgestrichen auf
- Wortgrenzen beschraenkt ist.
+ This item describes, whether underlined and strikethrough is limited
+ to word boundaries.
*/
class EDITENG_DLLPUBLIC SvxWordLineModeItem : public SfxBoolItem
@@ -55,7 +55,7 @@ public:
SvxWordLineModeItem( const BOOL bWordLineMode /*= 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;