[Libreoffice-commits] .: sw/source

Noel Power noelp at kemper.freedesktop.org
Mon Jun 13 08:36:52 PDT 2011


 sw/source/core/table/swtable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 805216aae02cede793346043eb818b4b3ff3d8d9
Author: Noel Power <noel.power at novell.com>
Date:   Mon Jun 13 16:35:09 2011 +0100

    fix for imported columnwidths bnc#693238
    
    increase fuzz, a fuzz of 1 is not sufficient.

diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index f0d7f01..e8f33b4 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -1366,7 +1366,7 @@ void SwTable::NewSetTabCols( Parm &rParm, const SwTabCols &rNew,
                 bGoOn = !aRowSpanPos.empty() && j+1 < rLines.Count();
             };
         }
-        ::lcl_AdjustWidthsInLine( rLines[nCurr], aOldNew, rParm, 1 );
+        ::lcl_AdjustWidthsInLine( rLines[nCurr], aOldNew, rParm, COLFUZZY );
     }
     else for( sal_uInt16 i = 0; i < rLines.Count(); ++i )
         ::lcl_AdjustWidthsInLine( rLines[i], aOldNew, rParm, COLFUZZY );


More information about the Libreoffice-commits mailing list