summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/crsditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/crsditem.hxx')
-rw-r--r--editeng/inc/editeng/crsditem.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/editeng/inc/editeng/crsditem.hxx b/editeng/inc/editeng/crsditem.hxx
index 6a3860be9a71..b38b6e7d0384 100644
--- a/editeng/inc/editeng/crsditem.hxx
+++ b/editeng/inc/editeng/crsditem.hxx
@@ -42,9 +42,8 @@ namespace rtl
// class SvxCrossedOutItem -----------------------------------------------
-/*
- [Beschreibung]
- Dieses Item beschreibt, ob und wie durchstrichen ist.
+/* [Description]
+ This item describes, whether and how it is striked out.
*/
class EDITENG_DLLPUBLIC SvxCrossedOutItem : public SfxEnumItem
@@ -55,7 +54,7 @@ public:
SvxCrossedOutItem( const FontStrikeout eSt /*= STRIKEOUT_NONE*/,
const USHORT nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
@@ -69,7 +68,7 @@ public:
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 );
- // MS VC4.0 kommt durcheinander
+ // MS VC4.0 messes things up
void SetValue( USHORT nNewVal )
{SfxEnumItem::SetValue(nNewVal); }