This commit is contained in:
Elena.Subbotina
2023-03-10 14:09:39 +03:00
parent ad72c997f2
commit 12326b3a4f
8 changed files with 34 additions and 26 deletions

View File

@ -1008,7 +1008,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() );