Commit 6da8f013 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

текст формул для с/р

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56280 954022d7-b5bf-4e40-9824-e11837661b57
parent 3fd94b13
...@@ -426,12 +426,12 @@ CMathText.prototype = ...@@ -426,12 +426,12 @@ CMathText.prototype =
// Long : value // Long : value
Writer.WriteLong( this.Type ); Writer.WriteLong( this.Type );
Writer.WriteString2( this.value ); Writer.WriteLong( this.value );
}, },
Read_FromBinary : function(Reader) Read_FromBinary : function(Reader)
{ {
this.value = Reader.GetString2(); this.value = Reader.GetLong();
} }
} }
......
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