Commit 929e6497 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 31028 - [Fast CoEdit] Различное отображение подписей после перестроения...

Bug 31028 - [Fast CoEdit] Различное отображение подписей после перестроения диаграммы одним из пользователей в XLSX книге

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66562 954022d7-b5bf-4e40-9824-e11837661b57
parent 531909cf
......@@ -1428,6 +1428,7 @@ CDLbl.prototype =
Save_Changes: function(data, w)
{
w.WriteLong(data.Type);
switch(data.Type)
{
case historyitem_DLbl_SetDLblPos:
......@@ -1473,7 +1474,7 @@ CDLbl.prototype =
w.WriteBool(isRealBool(data.newPr));
if(isRealBool(data.newPr))
{
w.WriteBool(isRealBool(data.newPr));
w.WriteBool(data.newPr);
}
break;
}
......
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