summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-05-09 07:06:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-05-09 10:00:24 +0200
commit24205e0ddaf966a3bc552763120e96b0a9e7d491 (patch)
tree8364514e9499e3f955cc985c8faf5e81b58dcfc3
parenta9aac784c29777eb24d68e25efe54e0b67ede001 (diff)
tdf#39468: Translate German comments in sw/source/filter/ww8/writerhelper.cxx
Change-Id: I1a7bf4a97952674147029457e0a0ff12cd541cba Reviewed-on: https://gerrit.libreoffice.org/37420 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sw/source/filter/ww8/writerhelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/writerhelper.cxx b/sw/source/filter/ww8/writerhelper.cxx
index 9eba6043bff1..0737ec419497 100644
--- a/sw/source/filter/ww8/writerhelper.cxx
+++ b/sw/source/filter/ww8/writerhelper.cxx
@@ -906,8 +906,7 @@ namespace sw
TableMapIter aEnd = maTables.end();
for (TableMapIter aIter = maTables.begin(); aIter != aEnd; ++aIter)
{
- // exitiert schon ein Layout, dann muss an dieser Tabelle die BoxFrames
- // neu erzeugt
+ // If already a layout exists, then the BoxFrames must recreated at this table
SwTableNode *pTable = aIter->first->GetTableNode();
OSL_ENSURE(pTable, "Why no expected table");
if (pTable)