This commit is contained in:
ElenaSubbotina
2018-05-03 16:18:33 +03:00
parent ce9fdb33b5
commit 449e3fc131
5 changed files with 5 additions and 5 deletions

View File

@ -93,7 +93,7 @@ HRESULT convert_single(std::wstring srcFileName)
if (hRes == S_OK)
{
COfficeUtils oCOfficeUtils(NULL);
hRes = oCOfficeUtils.CompressFileOrDirectory(dstTempPath.c_str(), dstPath, -1);
hRes = oCOfficeUtils.CompressFileOrDirectory(dstTempPath.c_str(), dstPath, true);
}
NSDirectory::DeleteDirectory(dstTempPath);