Commit dc04ad5d authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33378

parent 77cee633
......@@ -476,7 +476,10 @@ asc_CChartBinary.prototype = {
AscCommon.pptx_content_loader.Clear();
var oNewChartSpace = new AscFormat.CChartSpace();
var oBinaryChartReader = new AscCommon.BinaryChartReader(stream);
var bOldVal = AscCommon.g_oIdCounter.m_bLoad
AscCommon.g_oIdCounter.m_bLoad = true;
oBinaryChartReader.ExternalReadCT_ChartSpace(stream.size , oNewChartSpace, workSheet);
AscCommon.g_oIdCounter.m_bLoad = bOldVal;
return oNewChartSpace;
},
......
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