Commit 24402f75 authored by Sergey Konovalov's avatar Sergey Konovalov

fix for Revision: 9ed3af2d

parent 32a61c70
...@@ -7562,7 +7562,7 @@ function Binary_pPrReader(doc, oReadResult, stream) ...@@ -7562,7 +7562,7 @@ function Binary_pPrReader(doc, oReadResult, stream)
else if(c_oSerProp_pPrType.Tab_Item_Pos === type) else if(c_oSerProp_pPrType.Tab_Item_Pos === type)
tab.Pos = this.bcr.ReadDouble(); tab.Pos = this.bcr.ReadDouble();
else if(c_oSerProp_pPrType.Tab_Item_Leader === type) else if(c_oSerProp_pPrType.Tab_Item_Leader === type)
tab.Leader = this.bcr.GetUChar(); tab.Leader = this.stream.GetUChar();
else else
res = c_oSerConstants.ReadUnknown; res = c_oSerConstants.ReadUnknown;
return res; return res;
......
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