mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
For bug 59181
This commit is contained in:
@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user