Kaydet (Commit) 0184afc2 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Norbert Thiebaud

Check iterator end WW8TableCellGrid

üst d1cc4bb6
......@@ -1171,9 +1171,11 @@ void WW8TableCellGrid::addShadowCells()
}
++aCellIt;
bBeginningOfCell = (aRect.Left() != aCellIt->left());
aRect = aCellIt->getRect();
if (aCellIt != aCellEndIt)
{
bBeginningOfCell = (aRect.Left() != aCellIt->left());
aRect = aCellIt->getRect();
}
}
WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt);
......
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