Commit 3299c478 authored by ElenaSubbotina's avatar ElenaSubbotina

Merge branch 'develop' of https://github.com/ONLYOFFICE/core into develop

parents 089e7d32 048c2fd0
...@@ -1066,13 +1066,8 @@ namespace OOX{ ...@@ -1066,13 +1066,8 @@ namespace OOX{
} }
else if(_T("clrMapOvr") == sName) else if(_T("clrMapOvr") == sName)
{ {
int nParentDepth1 = oReader.GetDepth();
while( oReader.ReadNextSiblingNode( nParentDepth1 ) )
{
std::wstring sName1 = XmlUtils::GetNameNoNS(oReader.GetName());
m_oClrMapOvr = oReader; m_oClrMapOvr = oReader;
} }
}
else if(_T("pivotSource") == sName) else if(_T("pivotSource") == sName)
{ {
CT_PivotSource* pNewElem = new CT_PivotSource; CT_PivotSource* pNewElem = new CT_PivotSource;
......
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