Commit ae29cebe authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent e933a1fb
...@@ -5264,7 +5264,7 @@ void CDrawingConverter::Clear() ...@@ -5264,7 +5264,7 @@ void CDrawingConverter::Clear()
} }
m_mapShapeTypes.clear(); m_mapShapeTypes.clear();
} }
void CDrawingConverter::SetRels(smart_ptr<OOX::IFileContainer> &container) void CDrawingConverter::SetRels(smart_ptr<OOX::IFileContainer> container)
{ {
*m_pBinaryWriter->m_pCurrentContainer = container; *m_pBinaryWriter->m_pCurrentContainer = container;
} }
......
...@@ -211,7 +211,7 @@ namespace NSBinPptxRW ...@@ -211,7 +211,7 @@ namespace NSBinPptxRW
~CDrawingConverter(); ~CDrawingConverter();
void SetRels(OOX::IFileContainer *container); void SetRels(OOX::IFileContainer *container);
void SetRels(smart_ptr<OOX::IFileContainer> & container); void SetRels(smart_ptr<OOX::IFileContainer> container);
smart_ptr<OOX::IFileContainer> GetRels(); smart_ptr<OOX::IFileContainer> GetRels();
HRESULT SetMainDocument (BinDocxRW::CDocxSerializer* pDocument); HRESULT SetMainDocument (BinDocxRW::CDocxSerializer* pDocument);
......
...@@ -418,6 +418,8 @@ namespace PPTX ...@@ -418,6 +418,8 @@ namespace PPTX
smart_ptr<PPTX::Logic::SpTree> oSpTree = m_elem.smart_dynamic_cast<PPTX::Logic::SpTree>(); smart_ptr<PPTX::Logic::SpTree> oSpTree = m_elem.smart_dynamic_cast<PPTX::Logic::SpTree>();
if (oSpTree.IsInit()) oSpTree->toXmlWriterVML(pWriter, oTheme, oClrMap); if (oSpTree.IsInit()) oSpTree->toXmlWriterVML(pWriter, oTheme, oClrMap);
}break; }break;
default:
break;
} }
} }
......
...@@ -3425,6 +3425,8 @@ namespace BinXlsxRW ...@@ -3425,6 +3425,8 @@ namespace BinXlsxRW
WriteIconSet(*pIconSet); WriteIconSet(*pIconSet);
m_oBcw.WriteItemEnd(nCurPos); m_oBcw.WriteItemEnd(nCurPos);
break; break;
default:
break;
} }
} }
} }
......
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