mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
update cryptopp to actual
update test projects fix same warnings
This commit is contained in:
@ -72,6 +72,29 @@ namespace OOX
|
||||
init();
|
||||
Read( oFilePath );
|
||||
}
|
||||
CDocx::~CDocx()
|
||||
{
|
||||
m_oMain.init();
|
||||
m_oGlossary.init();
|
||||
|
||||
m_pApp = NULL;
|
||||
m_pCore = NULL;
|
||||
m_pTheme = NULL;
|
||||
|
||||
m_pCommentsExt = NULL;
|
||||
m_pCommentsExtensible = NULL;
|
||||
m_pCommentsIds = NULL;
|
||||
m_pPeople = NULL;
|
||||
m_pDocumentComments = NULL;
|
||||
m_pDocumentCommentsExt = NULL;
|
||||
m_pDocumentCommentsExtensible = NULL;
|
||||
m_pDocumentPeople = NULL;
|
||||
m_pDocumentCommentsIds = NULL;
|
||||
m_pCommentsUserData = NULL;
|
||||
|
||||
m_pVbaProject = NULL;
|
||||
m_pJsaProject = NULL;
|
||||
}
|
||||
bool CDocx::Write(const CPath& oFilePath)
|
||||
{
|
||||
// Создаем папку
|
||||
|
||||
Reference in New Issue
Block a user