summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/fhgtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/fhgtitem.hxx')
-rw-r--r--editeng/inc/editeng/fhgtitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/fhgtitem.hxx b/editeng/inc/editeng/fhgtitem.hxx
index dc776e45c271..b6b9f0b4f473 100644
--- a/editeng/inc/editeng/fhgtitem.hxx
+++ b/editeng/inc/editeng/fhgtitem.hxx
@@ -41,11 +41,11 @@ namespace rtl
// class SvxFontHeightItem -----------------------------------------------
-// Achtung: Twips-Werte
+// Warning: twips values
-/* [Beschreibung]
+/* [Description]
- Dieses Item beschreibt die Font-Hoehe.
+ This item describes the font height
*/
#define FONTHEIGHT_16_VERSION ((USHORT)0x0001)
@@ -62,7 +62,7 @@ public:
SvxFontHeightItem( const ULONG nSz /*= 240*/, const USHORT nPropHeight /*= 100*/,
const USHORT nId );
- // "pure virtual Methoden" vom SfxPoolItem
+ // "pure virtual Methods" from SfxPoolItem
virtual int operator==( const SfxPoolItem& ) const;
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 );