Commit 27d083a9 authored by konovalovsergey's avatar konovalovsergey

for bug 34498

parent d395d0a1
......@@ -9500,7 +9500,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, curFoo
else if( c_oSerImageType2.Locked === type )
oParaDrawing.Set_Locked(this.stream.GetBool());
else if( c_oSerImageType2.RelativeHeight === type )
oParaDrawing.Set_RelativeHeight(this.stream.GetULongLE());
oParaDrawing.Set_RelativeHeight(AscFonts.FT_Common.IntToUInt(this.stream.GetULongLE()));
else if( c_oSerImageType2.BSimplePos === type )
oParaDrawing.SimplePos.Use = this.stream.GetBool();
else if( c_oSerImageType2.EffectExtent === type )
......
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