Commit b0fd9f87 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #34223.

parent d8ac1d04
......@@ -1007,6 +1007,7 @@ CChangesParagraphPStyle.prototype.private_SetValue = function(Value)
oParagraph.CompiledPr.NeedRecalc = true;
oParagraph.private_UpdateTrackRevisionOnChangeParaPr(false);
oParagraph.Recalc_RunsCompiledPr();
private_ParagraphChangesOnSetValue(this.Class);
};
CChangesParagraphPStyle.prototype.Merge = private_ParagraphChangesOnMergePr;
......
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