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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51681 954022d7-b5bf-4e40-9824-e11837661b57
parent 93124044
...@@ -5004,6 +5004,7 @@ CTextPr.prototype = ...@@ -5004,6 +5004,7 @@ CTextPr.prototype =
if ( Flags & 2097152 ) if ( Flags & 2097152 )
this.Lang.Read_FromBinary( Reader ); this.Lang.Read_FromBinary( Reader );
//var t = Reader.GetString2();
if(Reader.GetBool()) if(Reader.GetBool())
{ {
this.unifill = new CUniFill(); this.unifill = new CUniFill();
...@@ -5297,7 +5298,7 @@ CParaTabs.prototype = ...@@ -5297,7 +5298,7 @@ CParaTabs.prototype =
// Double : Pos // Double : Pos
var Count = Reader.GetLong(); var Count = Reader.GetLong();
this.Tabs = new Array( Count ); this.Tabs = new Array(/* Count*/ );
for ( var Index = 0; Index < Count; Index++ ) for ( var Index = 0; Index < Count; Index++ )
{ {
......
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