This commit is contained in:
Elena.Subbotina
2023-01-17 23:25:23 +03:00
parent a9a7c3fb22
commit a1a7b903b6

View File

@ -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 );
}