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

Bug 25942 - [CoEdit] Диаграмма типа "point"приходит без графика

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57775 954022d7-b5bf-4e40-9824-e11837661b57
parent 17672a1c
......@@ -19196,7 +19196,6 @@ CScatterChart.prototype =
break;
}
case historyitem_ScatterChart_SetDLbls:
case historyitem_ScatterChart_SetScatterStyle:
{
w.WriteBool(isRealObject(data.newPr));
if(isRealObject(data.newPr))
......@@ -19205,6 +19204,11 @@ CScatterChart.prototype =
}
break;
}
case historyitem_ScatterChart_SetScatterStyle:
{
writeLong(w, data.newPr);
break;
}
case historyitem_ScatterChart_AddAxId:
case historyitem_ScatterChart_AddSer:
......@@ -19275,14 +19279,7 @@ CScatterChart.prototype =
}
case historyitem_ScatterChart_SetScatterStyle:
{
if(r.GetBool())
{
this.scatterStyle = g_oTableId.Get_ById(r.GetString2());
}
else
{
this.scatterStyle = null;
}
this.scatterStyle = readLong(r);
if(this.parent && this.parent.parent && this.parent.parent.parent)
{
this.parent.parent.parent.handleUpdateType();
......
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