diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 17:12:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-08 17:12:39 +0000 |
commit | ed759f9cc5ba0e49a122ce396e013a47554bf89f (patch) | |
tree | 513d2f8591a70a56a634e2282d63b4daf87baa67 /sw | |
parent | dde94c73483af85cd3d8feed3282e785b80c988a (diff) |
bracket up this horror anyway
Change-Id: I7607ecd8c0e5d67a6e38e1930b416fa834906dd3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/tblrwcl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx index 227091d88b7d..60cc5c800673 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; |