Commit 51220860 authored by Alexander.Trofimov's avatar Alexander.Trofimov

error past cell

parent 44d7103d
...@@ -25,7 +25,7 @@ function CSectionPr(LogicDocument) ...@@ -25,7 +25,7 @@ function CSectionPr(LogicDocument)
{ {
this.Id = AscCommon.g_oIdCounter.Get_NewId(); this.Id = AscCommon.g_oIdCounter.Get_NewId();
this.Type = c_oAscSectionBreakType.NextPage; this.Type = 'undefined' !== typeof c_oAscSectionBreakType ? undefined : c_oAscSectionBreakType.NextPage;
this.PageSize = new CSectionPageSize(); this.PageSize = new CSectionPageSize();
this.PageMargins = new CSectionPageMargins(); this.PageMargins = new CSectionPageMargins();
......
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