summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/prszitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/prszitem.hxx')
-rw-r--r--editeng/inc/editeng/prszitem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/editeng/inc/editeng/prszitem.hxx b/editeng/inc/editeng/prszitem.hxx
index 9bc2b5e13499..3861bb9732b6 100644
--- a/editeng/inc/editeng/prszitem.hxx
+++ b/editeng/inc/editeng/prszitem.hxx
@@ -35,9 +35,9 @@
// class SvxPropSizeItem -------------------------------------------------
-/* [Beschreibung]
+/* [Description]
- Dieses Item beschreibt die relative Schriftgroesse.
+ This item describes the relative Font Size.
*/
class EDITENG_DLLPUBLIC SvxPropSizeItem : public SfxUInt16Item
@@ -48,7 +48,7 @@ public:
SvxPropSizeItem( const USHORT nPercent /*= 100*/,
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;