Kaydet (Commit) e118a5d3 authored tarafından Caolán McNamara's avatar Caolán McNamara

handle 0 width tables gracefully

üst 0caf05c8
......@@ -2239,6 +2239,8 @@ void WW8TabDesc::CalcDefaults()
}
}
}
if (pR->nWwCols)
{
/*
Similiar to graphics and other elements word does not totally
factor the width of the border into its calculations of size, we
......@@ -2276,6 +2278,7 @@ void WW8TabDesc::CalcDefaults()
nLeftMaxThickness = nThickness;
}
}
}
nSwWidth = nSwWidth + nRightMaxThickness;
nMaxRight = nMaxRight + nRightMaxThickness;
nConvertedLeft = nMinLeft-(nLeftMaxThickness/2);
......
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