Commit 0979a416 authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexander Trofimov

коррекция ... linux build

parent 506680d3
......@@ -213,3 +213,6 @@ unix {
target.path = /usr/lib
INSTALLS += target
}
SOURCES += \
../source/RtfMath.cpp
......@@ -284,13 +284,13 @@ namespace OOX
public:
CMathBottomNodesEx(XmlUtils::CXmlNode& oNode)
{
fromXML( oNode );
sNodeName = GetMathNodeName(getType());
CMathBottomNodes<TMathBottomType>::fromXML( oNode );
CMathBottomNodes<TMathBottomType>::sNodeName = CMathBottomNodes<TMathBottomType>::GetMathNodeName(getType());
}
CMathBottomNodesEx(XmlUtils::CXmlLiteReader& oReader)
{
fromXML( oReader );
sNodeName = GetMathNodeName(getType());
CMathBottomNodes<TMathBottomType>::fromXML( oReader );
CMathBottomNodes<TMathBottomType>::sNodeName = CMathBottomNodes<TMathBottomType>::GetMathNodeName(getType());
}
virtual EElementType getType() const
{
......@@ -363,4 +363,4 @@ namespace OOX
typedef CMathBottomNodesEx<SimpleTypes::COnOff<>, OOX::et_m_zeroWid> CZeroWid;
}// Logic
}//OOX
\ No newline at end of file
}//OOX
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment