Commit 652126fb authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг в совместном редактировании формул.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59955 954022d7-b5bf-4e40-9824-e11837661b57
parent 3f1bd224
......@@ -2016,7 +2016,8 @@ function ReadChanges_FromBinary(Reader, Class)
Changes.Load_Changes(Reader, Class);
}
function WriteChanges_ToBinary(Changes, Writer){
function WriteChanges_ToBinary(Changes, Writer)
{
Writer.WriteLong(Changes.Type);
Changes.Save_Changes(Writer);
}
......
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