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:
Brian Matherly
2007-03-30 02:30:42 +00:00
parent 8e9a3c191f
commit 698c28f230
4 changed files with 18 additions and 25 deletions

View File

@@ -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