For bug 59181

This commit is contained in:
Daria Ermakova
2026-01-20 11:47:09 +03:00
parent 0f85422315
commit ea6fdc8872

View File

@ -415,6 +415,7 @@ namespace DocFileFormat
TableCell tableCell ( documentMapping, _cp );
bool bBadMarker = false;
bool cell = false;
do
{
fc = documentMapping->m_document->FindFileCharPos(_cp);
@ -473,6 +474,7 @@ namespace DocFileFormat
tableRow.AddCell(tableCell);
tableCell.Clear();
paragraphBeginCP = (_cp + 1);
cell = true;
}
}
else if ( IsRowMarker( _cp ) )