mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 17:13:34 +08:00
DocFormat - used user lcid
This commit is contained in:
@ -77,6 +77,7 @@ HRESULT convert_single(std::wstring srcFileName)
|
||||
COfficeDocFile docFile;
|
||||
|
||||
docFile.m_sTempFolder = outputDir;
|
||||
docFile.m_nUserLCID = 1049;
|
||||
|
||||
bool bMacros = true;
|
||||
HRESULT hRes = docFile.LoadFromFile( srcFileName, dstTempPath, L"password", bMacros, NULL);
|
||||
|
||||
Reference in New Issue
Block a user