Commit cfeef5dc authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

(1.0.0.36): ASCPresentationEditor

исправление конвертации odp.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53947 954022d7-b5bf-4e40-9824-e11837661b57
parent a8c1ce70
......@@ -478,8 +478,9 @@ public:
return S_FALSE;
//
BSTR bstrSrcPath = m_strTempDirectory.AllocSysString();
pOfficeUtils->CompressFileOrDirectory( bstrSrcPath, bsFilePath, -1 );
BSTR bstrSrcPath = m_strTempDirectoryFile.AllocSysString();
HRESULT hr = pOfficeUtils->CompressFileOrDirectory( bstrSrcPath, bsFilePath, -1 );
SysFreeString(bstrSrcPath);
RELEASEINTERFACE(pOfficeUtils);
return S_OK;
......
......@@ -2,6 +2,6 @@
//1
//0
//0
//34
#define INTVER 1,0,0,34
#define STRVER "1,0,0,34\0"
//36
#define INTVER 1,0,0,36
#define STRVER "1,0,0,36\0"
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