[Libreoffice-commits] core.git: sw/source

Jens Carl j.carl43 at gmx.de
Tue May 9 08:01:05 UTC 2017


 sw/source/filter/ww8/writerhelper.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 24205e0ddaf966a3bc552763120e96b0a9e7d491
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Tue May 9 07:06:29 2017 +0000

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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)


More information about the Libreoffice-commits mailing list