mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge remote-tracking branch 'origin/release/v7.3.0' into develop
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user