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

правка бага 21542 - [CoEdit] Зависание приложения при передаче документа с диаграммой

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50907 954022d7-b5bf-4e40-9824-e11837661b57
parent 75ae3538
...@@ -2704,7 +2704,7 @@ CChartAsGroup.prototype = ...@@ -2704,7 +2704,7 @@ CChartAsGroup.prototype =
if(r.GetBool()) if(r.GetBool())
{ {
this.chart = new asc_CChart(); this.chart = new asc_CChart();
r.GetLong(); //r.GetLong();
this.chart.Read_FromBinary2(r); this.chart.Read_FromBinary2(r);
} }
else else
......
...@@ -2046,7 +2046,7 @@ CChartAsGroup.prototype = ...@@ -2046,7 +2046,7 @@ CChartAsGroup.prototype =
if(r.GetBool()) if(r.GetBool())
{ {
this.chart = new asc_CChart(); this.chart = new asc_CChart();
r.GetLong(); //r.GetLong();
this.chart.Read_FromBinary2(r); this.chart.Read_FromBinary2(r);
} }
else else
......
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