Commit 465e7075 authored by ElenaSubbotina's avatar ElenaSubbotina

fix connectors in spreadsheets

parent 9f6c833a
...@@ -83,7 +83,7 @@ namespace PPTX ...@@ -83,7 +83,7 @@ namespace PPTX
int nParentDepth = oReader.GetDepth(); int nParentDepth = oReader.GetDepth();
while( oReader.ReadNextSiblingNode( nParentDepth ) ) while( oReader.ReadNextSiblingNode( nParentDepth ) )
{ {
std::wstring strName = XmlUtils::GetNameNoNS(oReader.GetName()); std::wstring strName = oReader.GetName();
if (strName == L"a:cxnSpLocks") if (strName == L"a:cxnSpLocks")
{ {
...@@ -155,7 +155,6 @@ namespace PPTX ...@@ -155,7 +155,6 @@ namespace PPTX
} }
} }
virtual std::wstring toXML() const virtual std::wstring toXML() const
{ {
XmlUtils::CAttribute oAttr1; XmlUtils::CAttribute oAttr1;
......
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