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

New commits:
commit 24205e0ddaf966a3bc552763120e96b0a9e7d491
Author: Jens Carl <j.car...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to