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

fftester: empty tabbox protection

Change-Id: I56b0845205d6968355b3327721bf9ca0930903e1
üst a3d74764
......@@ -1330,6 +1330,8 @@ lcl_SetTableBoxWidths2(SwTable & rTable, size_t const nMaxBoxes,
for (size_t nTmpLine = 0; nTmpLine < rLines.size(); ++nTmpLine)
{
SwTableBoxes & rBoxes = rLines[nTmpLine]->GetTabBoxes();
if (rBoxes.empty())
continue;
size_t const nMissing = nMaxBoxes - rBoxes.size();
if (nMissing)
{
......
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