mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #61456
This commit is contained in:
@ -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() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user