summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)