summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/shdditem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/shdditem.hxx')
-rw-r--r--editeng/inc/editeng/shdditem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/shdditem.hxx b/editeng/inc/editeng/shdditem.hxx
index a5b356dde834..e10f363f3393 100644
--- a/editeng/inc/editeng/shdditem.hxx
+++ b/editeng/inc/editeng/shdditem.hxx
@@ -41,9 +41,9 @@ namespace rtl
// class SvxShadowedItem -------------------------------------------------
-/*
- [Beschreibung]
- Dieses Item beschreibt, ob und wie schattiert ist.
+/* [Description]
+
+ This item describes, whether and how it is shaded.
*/
class EDITENG_DLLPUBLIC SvxShadowedItem : public SfxBoolItem
@@ -54,7 +54,7 @@ public:
SvxShadowedItem( const BOOL bShadowed /*= 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;