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

Caolán McNamara caolanm at redhat.com
Mon Dec 8 09:13:17 PST 2014


 sw/source/core/doc/tblrwcl.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ed759f9cc5ba0e49a122ce396e013a47554bf89f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Dec 8 17:12:39 2014 +0000

    bracket up this horror anyway
    
    Change-Id: I7607ecd8c0e5d67a6e38e1930b416fa834906dd3

diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 227091d..60cc5c8 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -3794,6 +3794,7 @@ bool SwTable::SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType,
                     }
                 }
                 else
+                {
                     for( n = aLines.size(); n; )
                     {
                         --n;
@@ -3802,6 +3803,7 @@ bool SwTable::SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType,
                         (*fnOtherBox)( aLines[ n ], aParam1, nDistStt, false );
                         (*fnSelBox)( aLines[ n ], aParam, nDistStt, false );
                     }
+                }
             }
         }
         break;


More information about the Libreoffice-commits mailing list