(1.0.0.34) OpenFile/Save with odf dll

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53926 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2014-01-27 14:41:09 +00:00
committed by Alexander Trofimov
parent 7b3f7d2bbe
commit 7715aa9721
2 changed files with 4 additions and 4 deletions

View File

@ -272,7 +272,7 @@ public:
SysFreeString(bsOptions);
if (hRes != S_OK)
m_pODFFile = NULL;
RELEASEINTERFACE(m_pODFFile);
#endif
}

View File

@ -2,6 +2,6 @@
//1
//0
//0
//33
#define INTVER 1,0,0,33
#define STRVER "1,0,0,33\0"
//34
#define INTVER 1,0,0,34
#define STRVER "1,0,0,34\0"