summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/adjitem.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <thuswa@gmail.com>2011-02-16 16:34:02 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-16 17:18:05 -0500
commit4057666287250c96f3e1aac5fef91ea9a30662ee (patch)
tree3d51fc040145f8ea732e9d8ce29f99f1cd70d07d /editeng/inc/editeng/adjitem.hxx
parent75759ca4dddf0719c2d4cfbf73f8d3351d06e118 (diff)
Translation of german comments.
Diffstat (limited to 'editeng/inc/editeng/adjitem.hxx')
-rw-r--r--editeng/inc/editeng/adjitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/inc/editeng/adjitem.hxx b/editeng/inc/editeng/adjitem.hxx
index 1e1545352f..b2d9394ad5 100644
--- a/editeng/inc/editeng/adjitem.hxx
+++ b/editeng/inc/editeng/adjitem.hxx
@@ -44,8 +44,8 @@ namespace rtl
// class SvxAdjustItem ---------------------------------------------------
/*
-[Beschreibung]
-Dieses Item beschreibt die Zeilenausrichtung.
+[Description]
+This item describes the row orientation.
*/
#define ADJUST_LASTBLOCK_VERSION ((USHORT)0x0001)
@@ -56,7 +56,7 @@ class EDITENG_DLLPUBLIC SvxAdjustItem : public SfxEnumItemInterface
BOOL bCenter : 1;
BOOL bBlock : 1;
- // nur aktiv, wenn bBlock
+ // only activ when bBlock
BOOL bOneBlock : 1;
BOOL bLastCenter : 1;
BOOL bLastBlock : 1;
@@ -68,7 +68,7 @@ public:
SvxAdjustItem( const SvxAdjust eAdjst /*= SVX_ADJUST_LEFT*/,
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;