Commit 5fbe535a authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

дополнение к Revision: 59611

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59615 954022d7-b5bf-4e40-9824-e11837661b57
parent 93dd1fc3
......@@ -191,6 +191,8 @@ asc_CChartBinary.prototype = {
{
var binary = this["binary"];
var stream = CreateBinaryReader(this["binary"], 0, this["binary"].length);
//надо сбросить то, что остался после открытия документа
window.global_pptx_content_loader.Clear();
var oNewChartSpace = new CChartSpace();
var oBinaryChartReader = new BinaryChartReader(stream);
oBinaryChartReader.ExternalReadCT_ChartSpace(stream.size , oNewChartSpace, workSheet);
......
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