DocFormat - used user lcid

This commit is contained in:
ElenaSubbotina
2019-12-06 17:39:03 +03:00
parent 384d51318c
commit 19ec211697
8 changed files with 29 additions and 13 deletions

View File

@ -39,7 +39,9 @@ _UINT32 COfficeDocFile::LoadFromFile(const std::wstring & docFile, const std::w
_UINT32 hr = 0;
DocFileFormat::Converter docToDocx;
docToDocx.m_sTempFolder = m_sTempFolder;
docToDocx.m_nUserLCID = m_nUserLCID;
hr= docToDocx.LoadAndConvert(docFile, docxDirectory, password, ffCallBack, bMacros);