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

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55536 954022d7-b5bf-4e40-9824-e11837661b57
parent 76552ba3
......@@ -145,9 +145,6 @@ HRESULT COfficeOdfFileW::SaveToFileImpl(const std::wstring & srcPath,
catch(...)
{
}
if FAILED(hr)
return hr;
if FAILED(hr = office_utils_->CompressFileOrDirectory(CComBSTR(dstTempPath.c_str()), CComBSTR(dstFileName.c_str()), (-1)))
return hr;
......
......@@ -2,6 +2,6 @@
//1
//2
//0
//9
#define INTVER 1,2,0,9
#define STRVER "1,2,0,9\0"
//11
#define INTVER 1,2,0,11
#define STRVER "1,2,0,11\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