Commit c9c5bd5c authored by konovalovsergey's avatar konovalovsergey

fix bug 29590

parent dad5a280
...@@ -12148,7 +12148,7 @@ Paragraph.prototype = ...@@ -12148,7 +12148,7 @@ Paragraph.prototype =
this.Pr.Spacing = new CParaSpacing(); this.Pr.Spacing = new CParaSpacing();
if ( false === Reader.GetBool() ) if ( false === Reader.GetBool() )
this.Pr.Spacing.AfterAutoSpacing = Reader.GetBool(); this.Pr.Spacing.BeforeAutoSpacing = Reader.GetBool();
else else
this.Pr.Spacing.BeforeAutoSpacing = undefined; this.Pr.Spacing.BeforeAutoSpacing = undefined;
......
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