diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 22:25:24 +0200 |
---|---|---|
committer | Christoph Herzog <rhogez@googlemail.com> | 2011-04-18 22:25:24 +0200 |
commit | 0793901069511fc5d7be70cb85b2f7c0ff14a5db (patch) | |
tree | f353e077c45f2d70981e2c1035d18a5f25bda803 /sw/inc/swddetbl.hxx | |
parent | f7d86140c67a99c064651562f94050e0efe8e39e (diff) |
Translate German comments.
Diffstat (limited to 'sw/inc/swddetbl.hxx')
-rw-r--r-- | sw/inc/swddetbl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/swddetbl.hxx b/sw/inc/swddetbl.hxx index e266465656c2..a20edc56d7a8 100644 --- a/sw/inc/swddetbl.hxx +++ b/sw/inc/swddetbl.hxx @@ -37,8 +37,9 @@ class SwDDETable : public SwTable SwDepend aDepend; public: TYPEINFO(); - // Constructor movet alle Lines/Boxen aus der SwTable zu sich. - // Die SwTable ist danach Leer und muss geloescht werden. + + // Ctor moves all lines/boxes from SwTable to it. + // After that SwTable is empty and has to be deleted. SwDDETable( SwTable& rTable, SwDDEFieldType* pDDEType, sal_Bool bUpdate = sal_True ); ~SwDDETable(); |