mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
merge from branch Revision: 61799
утечка памяти git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@61800 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
407a650eb4
commit
7ba1acba19
@ -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
|
||||
Reference in New Issue
Block a user