Commit 756613e8 authored by Sergey Konovalov's avatar Sergey Konovalov Committed by GitHub

Merge pull request #56 from ONLYOFFICE/hotfix/v5.0.7

for b599a6bc to fix build error
parents bdec91bf ede03faf
......@@ -1571,7 +1571,8 @@ namespace BinXlsxRW {
oFile.CloseFile();
smart_ptr<OOX::JsaProject> oFileJsaProject(new OOX::JsaProject());
m_oWorkbook.Add(oFileJsaProject.smart_dynamic_cast<OOX::File>());
smart_ptr<OOX::File> oFileJsaProjectFile = oFileJsaProject.smart_dynamic_cast<OOX::File>();
m_oWorkbook.Add(oFileJsaProjectFile);
m_pOfficeDrawingConverter->m_pImageManager->m_pContentTypes->AddDefault(oJsaProject.GetExtention(false));
}
else
......
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