Commit b5743ea1 authored by konovalovsergey's avatar konovalovsergey

lost OLE objects in the presentation after save and open

parent 05230151
......@@ -101,7 +101,6 @@ namespace PPTX
{
xfrm.Merge(pic->spPr.xfrm);
}
return;
}
XmlUtils::CXmlNode oNode3 = oNodeData.ReadNodeNoNS(_T("AlternateContent"));
if (oNode3.IsValid())
......
......@@ -297,7 +297,6 @@ namespace OOX
{
delete pOleObject;
}
m_mapOleObjects[pOleObject->m_oShapeId->GetValue()] = pOleObject;
}
}
}
......
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