mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix convert to ooxml
This commit is contained in:
@ -12,6 +12,7 @@ namespace NExtractTools
|
||||
|
||||
oFile.SetTempDirectory(convertParams.m_sTempDir);
|
||||
|
||||
params.m_bMacro = false;
|
||||
if (((bIsXmlFormat && !oFile.OpenHWPX(sFrom)) ||
|
||||
(!bIsXmlFormat && !oFile.OpenHWP(sFrom))) ||
|
||||
((bConvertToDir && !oFile.ConvertToOOXML_Dir(sTo)) ||
|
||||
|
||||
Reference in New Issue
Block a user