summaryrefslogtreecommitdiff
path: root/sw/inc/swtblfmt.hxx
diff options
context:
space:
mode:
authorChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
committerChristoph Herzog <rhogez@googlemail.com>2011-04-18 23:11:33 +0200
commitb85f7924bfe1c1ee6e5411a9c62549267f0e1335 (patch)
tree7270d27a86ca62cd947d46fd3e5924ba862a5097 /sw/inc/swtblfmt.hxx
parent0793901069511fc5d7be70cb85b2f7c0ff14a5db (diff)
Translate German comments.
Diffstat (limited to 'sw/inc/swtblfmt.hxx')
-rw-r--r--sw/inc/swtblfmt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swtblfmt.hxx b/sw/inc/swtblfmt.hxx
index 5165c76ec960..ad5190f41196 100644
--- a/sw/inc/swtblfmt.hxx
+++ b/sw/inc/swtblfmt.hxx
@@ -48,7 +48,7 @@ protected:
public:
- TYPEINFO(); //Bereits in Basisklasse Client drin.
+ TYPEINFO(); // Already in base class Content.
DECL_FIXEDMEMPOOL_NEWDEL(SwTableFmt)
};
@@ -68,7 +68,7 @@ protected:
{}
public:
- TYPEINFO(); //Bereits in Basisklasse Client drin.
+ TYPEINFO(); // Already in base class Content.
DECL_FIXEDMEMPOOL_NEWDEL(SwTableLineFmt)
};
@@ -87,11 +87,11 @@ protected:
: SwFrmFmt( rPool, rFmtNm, pDrvdFrm, RES_FRMFMT, aTableBoxSetRange )
{}
- // zum Erkennen von Veraenderungen (haupts. TableBoxAttribute)
+ // For recognition of changes (especially TableBoxAttribute).
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue );
public:
- TYPEINFO(); //Bereits in Basisklasse Client drin.
+ TYPEINFO(); // Already in base class Content.
DECL_FIXEDMEMPOOL_NEWDEL(SwTableBoxFmt)
};