summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltble.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-04-08 05:34:28 +0000
committerMichael Stahl <mstahl@redhat.com>2017-04-10 13:30:47 +0200
commitfb4620f14eb4bd3f763d2ab29c3f26ee40a20b49 (patch)
tree9bf889ede8f21db407ddfe71bfc77c11850d7042 /sw/source/filter/xml/xmltble.cxx
parentc113aded3e7f333e44c0cde1c3e4f4194fc407fa (diff)
tdf#39468 Translate German comments in sw
Translate German comments and terms in sw/inc/ and sw/source Change-Id: I1330a358db2c6cdc0512009befeafa0582ac4877 Reviewed-on: https://gerrit.libreoffice.org/36288 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/filter/xml/xmltble.cxx')
-rw-r--r--sw/source/filter/xml/xmltble.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltble.cxx b/sw/source/filter/xml/xmltble.cxx
index a8e50da33149..ace240830758 100644
--- a/sw/source/filter/xml/xmltble.cxx
+++ b/sw/source/filter/xml/xmltble.cxx
@@ -658,7 +658,7 @@ void SwXMLExport::ExportTableLinesAutoStyles( const SwTableLines& rLines,
else
nCPos = pLines->GetWidth();
- // Und ihren Index
+ // and their index
const size_t nOldCol = nCol;
SwXMLTableColumn_Impl aCol( nCPos );
SwXMLTableColumns_Impl::const_iterator it = pLines->GetColumns().find( &aCol );
@@ -930,7 +930,7 @@ void SwXMLExport::ExportTableLine( const SwTableLine& rLine,
else
nCPos = rLines.GetWidth();
- // Und ihren Index
+ // and their index
const size_t nOldCol = nCol;
SwXMLTableColumn_Impl aCol( nCPos );
SwXMLTableColumns_Impl::const_iterator it = rLines.GetColumns().find( &aCol );