Commit 2ce02c37 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #35348

parent 43c8d26d
......@@ -1040,6 +1040,8 @@ CSectionPr.prototype.SetColumnProps = function(ColumnsProps)
this.Set_Columns_Num(ColumnsProps.get_Num());
this.Set_Columns_Space(ColumnsProps.get_Space());
}
this.Set_Columns_Sep(ColumnsProps.get_Sep());
};
function CSectionPageSize()
......
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