2003-08-05 Tim Waugh <twaugh@redhat.com>
* src/Report.py, src/TextDoc.py, src/DrawDoc.py: Adjusted the way
that 'Print Report' is handled.
* src/docgen/OpenOfficeDoc.py, src/docgen/PSDrawDoc.py: Likewise.
* src/plugins/AncestorChart.py: Undo previous change to do with
printing reports.
svn: r1962
This commit is contained in:
@@ -979,6 +979,10 @@ class TextDoc:
|
||||
self.cell_styles = {}
|
||||
self.name = ""
|
||||
self.photo_list = []
|
||||
self.print_req = 0
|
||||
|
||||
def print_requested (self):
|
||||
self.print_req = 1
|
||||
|
||||
def set_owner(self,owner):
|
||||
"""
|
||||
@@ -1056,9 +1060,6 @@ class TextDoc:
|
||||
"Closes the document"
|
||||
pass
|
||||
|
||||
def print_report(self):
|
||||
pass
|
||||
|
||||
def line_break(self):
|
||||
"Forces a line break within a paragraph"
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user