diff options
author | Matthias Freund <matti_lx@yahoo.de> | 2013-02-10 20:10:44 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-10 19:45:49 +0000 |
commit | fb4e96d8ea6539a505b6fcd04703b394d373ce24 (patch) | |
tree | d6507dcf1d06af3a11b122263101670047ac1712 /sw/inc | |
parent | 80cbc04c2cbe25ebdfe2f22bb2e5ba62728e9632 (diff) |
Comment translation german - english
Change-Id: Id40b6528515a9ebcf3deb0f84597955723118a15
Reviewed-on: https://gerrit.libreoffice.org/2087
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swtable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 81f2696ea6dd..fe018f6f841a 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -141,7 +141,7 @@ public: virtual ~SwTable(); // @@@ public copy ctor, but no copy assignment? - SwTable( const SwTable& rTable ); // kein Copy der Lines !! + SwTable( const SwTable& rTable ); // no copy of the lines !! private: // @@@ public copy ctor, but no copy assignment? SwTable & operator= (const SwTable &); |