summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMatthias Freund <matti_lx@yahoo.de>2013-02-10 20:10:44 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-02-10 19:45:49 +0000
commitfb4e96d8ea6539a505b6fcd04703b394d373ce24 (patch)
treed6507dcf1d06af3a11b122263101670047ac1712 /sw
parentsc_subsequent_filters-test: add bug number (diff)
downloadcore-fb4e96d8ea6539a505b6fcd04703b394d373ce24.tar.gz
core-fb4e96d8ea6539a505b6fcd04703b394d373ce24.zip
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')
-rw-r--r--sw/inc/swtable.hxx2
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 &);