Remove "get_newpage()" and "set_newpage()" from the ReportOptions class. They are not really options. The BookReportDialog now takes care of inserting page breaks.
svn: r8339
This commit is contained in:
@@ -69,8 +69,7 @@ class Report:
|
||||
self.define_graphics_styles()
|
||||
|
||||
def begin_report(self):
|
||||
if self.options_class.get_newpage():
|
||||
self.doc.page_break()
|
||||
pass
|
||||
|
||||
def write_report(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user