Commit ede03faf authored by Sergey Konovalov's avatar Sergey Konovalov

for b599a6bc to fix build error

parent 260c2edd
...@@ -1571,7 +1571,8 @@ namespace BinXlsxRW { ...@@ -1571,7 +1571,8 @@ namespace BinXlsxRW {
oFile.CloseFile(); oFile.CloseFile();
smart_ptr<OOX::JsaProject> oFileJsaProject(new OOX::JsaProject()); 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)); m_pOfficeDrawingConverter->m_pImageManager->m_pContentTypes->AddDefault(oJsaProject.GetExtention(false));
} }
else 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