mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #74910
This commit is contained in:
@ -184,7 +184,7 @@ CHWPRecordCharShape::CHWPRecordCharShape(CHWPDocInfo& oDocInfo, int nTagNum, int
|
||||
oBuffer.ReadColor(m_nTextColor);
|
||||
oBuffer.ReadColor(m_nUnderlineColor);
|
||||
oBuffer.ReadColor(m_nShadeColor);
|
||||
oBuffer.ReadColor(m_nShadeColor);
|
||||
oBuffer.ReadColor(m_nShadowColor);
|
||||
|
||||
if (nSize > oBuffer.GetDistanceToLastPos())
|
||||
oBuffer.ReadShort(m_shBorderFillIDRef);
|
||||
|
||||
Reference in New Issue
Block a user