Commit e7bce0cf authored by konovalovsergey's avatar konovalovsergey

open/save footnotePr

parent b8241c53
...@@ -1917,8 +1917,8 @@ CSectionPr.prototype.SetFootnoteNumFormat = function(nFormatType) ...@@ -1917,8 +1917,8 @@ CSectionPr.prototype.SetFootnoteNumFormat = function(nFormatType)
{ {
History.Add(this, { History.Add(this, {
Type : AscDFH.historyitem_Section_Footnote_NumFormat, Type : AscDFH.historyitem_Section_Footnote_NumFormat,
Old : this.FootnotePr.NumRestart, Old : this.FootnotePr.NumFormat,
New : nRestartType New : nFormatType
}); });
this.FootnotePr.NumFormat = nFormatType; this.FootnotePr.NumFormat = nFormatType;
......
This diff is collapsed.
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