Commit f4fc136d authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 27860 - Не происходит вставка диаграммы после изменения "display units"

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60080 954022d7-b5bf-4e40-9824-e11837661b57
parent 7f4aecf3
......@@ -12116,6 +12116,17 @@ CDispUnits.prototype =
}
},
Write_ToBinary2: function(w)
{
w.WriteLong(this.getObjectType());
w.WriteString2(this.Get_Id());
},
Read_FromBinary2: function(r)
{
this.Id = r.Get_Id();
},
Save_Changes: function(data, w)
{
w.WriteLong(data.Type);
......
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