Commit 8977e2c7 authored by ElenaSubbotina's avatar ElenaSubbotina

fix bug 34603

parent bf6bfce0
...@@ -1066,12 +1066,7 @@ namespace OOX{ ...@@ -1066,12 +1066,7 @@ namespace OOX{
} }
else if(_T("clrMapOvr") == sName) else if(_T("clrMapOvr") == sName)
{ {
int nParentDepth1 = oReader.GetDepth(); m_oClrMapOvr = oReader;
while( oReader.ReadNextSiblingNode( nParentDepth1 ) )
{
std::wstring sName1 = XmlUtils::GetNameNoNS(oReader.GetName());
m_oClrMapOvr = oReader;
}
} }
else if(_T("pivotSource") == sName) else if(_T("pivotSource") == sName)
{ {
......
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