Kaydet (Commit) 9299b4ed authored tarafından Michael Stahl's avatar Michael Stahl

Revert "fftester: empty tabbox protection"

This reverts commit da8583e9.

This should also be covered by commit
dc83b3ae.

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