mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #60490
This commit is contained in:
@ -44,6 +44,9 @@ namespace OOX
|
||||
CBr::~CBr() {}
|
||||
void CBr::fromXML(XmlUtils::CXmlNode &oNode)
|
||||
{
|
||||
m_oClear.SetValue(SimpleTypes::brclearNone);
|
||||
m_oType.SetValue(SimpleTypes::brtypeTextWrapping);
|
||||
|
||||
XmlMacroReadAttributeBase( oNode, _T("w:type"), m_oType );
|
||||
XmlMacroReadAttributeBase( oNode, _T("w:clear"), m_oClear );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user