diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 23:11:33 +0200 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 23:11:33 +0200 |
commit | b85f7924bfe1c1ee6e5411a9c62549267f0e1335 (patch) | |
tree | 7270d27a86ca62cd947d46fd3e5924ba862a5097 /sw/inc/swtblfmt.hxx | |
parent | 0793901069511fc5d7be70cb85b2f7c0ff14a5db (diff) |
Translate German comments.
Diffstat (limited to 'sw/inc/swtblfmt.hxx')
-rw-r--r-- | sw/inc/swtblfmt.hxx | 8 |
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) }; |