Merge pull request #1155 from ONLYOFFICE/hotfix/v7.3.3

Hotfix/v7.3.3
This commit is contained in:
Oleg Korshul
2023-03-12 11:16:21 +03:00
committed by GitHub
28 changed files with 259 additions and 145 deletions

View File

@ -1009,7 +1009,7 @@ bool OOXRunReader::Parse( ReaderParameter oParam , RtfParagraph& oOutputParagrap
{
oCurFont.m_nID = oParam.oRtf->m_oFontTable.GetCount() + 1;
oCurFont.m_sName = sFont;
oParam.oRtf->m_oFontTable.DirectAddItem( oCurFont );
oParam.oRtf->m_oFontTable.AddFont( oCurFont );
}
RtfFieldPtr oNewField ( new RtfField() );