summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/blnkitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/blnkitem.hxx')
-rw-r--r--editeng/inc/editeng/blnkitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/editeng/blnkitem.hxx b/editeng/inc/editeng/blnkitem.hxx
index 177bbd372009..e6a09c1111a2 100644
--- a/editeng/inc/editeng/blnkitem.hxx
+++ b/editeng/inc/editeng/blnkitem.hxx
@@ -43,8 +43,8 @@ namespace rtl
// class SvxBlinkItem -------------------------------------------------
/*
- [Beschreibung]
- Dieses Item beschreibt, ob geblinkt werden soll.
+ [Description]
+ This item describes, whether to flash.
*/
class EDITENG_DLLPUBLIC SvxBlinkItem : public SfxBoolItem
@@ -54,7 +54,7 @@ public:
SvxBlinkItem( const BOOL bBlink /*= 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;