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

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

parent 506680d3
...@@ -213,3 +213,6 @@ unix { ...@@ -213,3 +213,6 @@ unix {
target.path = /usr/lib target.path = /usr/lib
INSTALLS += target INSTALLS += target
} }
SOURCES += \
../source/RtfMath.cpp
...@@ -284,13 +284,13 @@ namespace OOX ...@@ -284,13 +284,13 @@ namespace OOX
public: public:
CMathBottomNodesEx(XmlUtils::CXmlNode& oNode) CMathBottomNodesEx(XmlUtils::CXmlNode& oNode)
{ {
fromXML( oNode ); CMathBottomNodes<TMathBottomType>::fromXML( oNode );
sNodeName = GetMathNodeName(getType()); CMathBottomNodes<TMathBottomType>::sNodeName = CMathBottomNodes<TMathBottomType>::GetMathNodeName(getType());
} }
CMathBottomNodesEx(XmlUtils::CXmlLiteReader& oReader) CMathBottomNodesEx(XmlUtils::CXmlLiteReader& oReader)
{ {
fromXML( oReader ); CMathBottomNodes<TMathBottomType>::fromXML( oReader );
sNodeName = GetMathNodeName(getType()); CMathBottomNodes<TMathBottomType>::sNodeName = CMathBottomNodes<TMathBottomType>::GetMathNodeName(getType());
} }
virtual EElementType getType() const virtual EElementType getType() const
{ {
...@@ -363,4 +363,4 @@ namespace OOX ...@@ -363,4 +363,4 @@ namespace OOX
typedef CMathBottomNodesEx<SimpleTypes::COnOff<>, OOX::et_m_zeroWid> CZeroWid; typedef CMathBottomNodesEx<SimpleTypes::COnOff<>, OOX::et_m_zeroWid> CZeroWid;
}// Logic }// Logic
}//OOX }//OOX
\ No newline at end of file
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