Commit 37f01fec authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 24648 - Появление лишнего элемента при cut&paste группы диаграмм

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56758 954022d7-b5bf-4e40-9824-e11837661b57
parent 4e8ef679
......@@ -4854,7 +4854,7 @@ function BinaryPPTYLoader()
_chart = new CChartSpace();
var oBinaryChartReader = new BinaryChartReader(_stream);
oBinaryChartReader.ExternalReadCT_ChartSpace(_length, _chart);
oBinaryChartReader.ExternalReadCT_ChartSpace(_length, _chart, this.presentation);
_chart.setBDeleted(false);
if(_xfrm)
......
......@@ -49,6 +49,7 @@ function CPPTXContentLoader()
this.stream.cur = stream.cur;
this.Reader.stream = this.stream;
this.Reader.presentation = logicDocument;
var GrObject = null;
......
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