Commit 7ba1acba authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

merge from branch Revision: 61799

утечка памяти

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61800 954022d7-b5bf-4e40-9824-e11837661b57
parent 407a650e
......@@ -11,7 +11,7 @@ namespace OOX
// COMathPara 22.1.2.78 (Office Math Paragraph)
//--------------------------------------------------------------------------------
class COMathPara : public WritingElement
class COMathPara : public WritingElementWithChilds<WritingElement>
{
public:
WritingElement_AdditionConstructors(COMathPara)
......@@ -56,10 +56,6 @@ namespace OOX
{
return et_m_oMathPara;
}
public:
//Childs
std::vector<WritingElement* > m_arrItems;
};
}//namespace Logic
}//namespace 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