Commit d9986d09 authored by ElenaSubbotina's avatar ElenaSubbotina

x2t - fix users file

parent bd67f4bf
...@@ -295,6 +295,12 @@ namespace PPTX ...@@ -295,6 +295,12 @@ namespace PPTX
oNode.ReadAttributeBase(L"spid", vmlSpid); oNode.ReadAttributeBase(L"spid", vmlSpid);
result = true; result = true;
} }
else
{
element.fromXML( oNode );
if (element.is_init())
result = true;
}
} }
} }
return result; return result;
......
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