Merge remote-tracking branch 'origin/release/v7.3.0' into develop

This commit is contained in:
Oleg Korshul
2023-02-04 17:49:33 +03:00
166 changed files with 4572 additions and 3549 deletions

View File

@ -340,10 +340,12 @@ namespace OOX
}
CMathBottomNodesEx(XmlUtils::CXmlNode& oNode)
{
CMathBottomNodes<TMathBottomType>::m_eType = type;
CMathBottomNodesExFromXML(*this, oNode);
}
CMathBottomNodesEx(XmlUtils::CXmlLiteReader& oReader)
{
CMathBottomNodes<TMathBottomType>::m_eType = type;
CMathBottomNodesExFromXML(*this, oReader);
}
virtual EElementType getType() const