Kaydet (Commit) c4744121 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

increase nCol before next iteratation to prevent loop, fdo#46220

üst e4380ae1
......@@ -769,7 +769,11 @@ void ScHTMLExport::WriteTables()
while( nCol <= nEndCol )
{
if( pDoc->ColHidden(nCol, nTab) )
{
++nCol;
continue;
}
if( nWidth != ToPixel( pDoc->GetColWidth( nCol, nTab ) ) )
{
if( nSpan != 0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment