fix for 5733. ODT reports were not scaling fonts

svn: r19731
This commit is contained in:
Craig J. Anderson 2012-05-31 19:17:56 +00:00
parent fab55acff2
commit eba22c4062
2 changed files with 0 additions and 2 deletions

View File

@ -665,7 +665,6 @@ class AncestorTree(Report):
#The canvas that we will put our report on and print off of
self.canvas = Canvas(self.doc)
def begin_report(self):
"""
This report needs the following parameters (class variables)
that come in the options class.

View File

@ -1267,7 +1267,6 @@ class DescendTree(Report):
#The canvas that we will put our report on and print off of
self.canvas = Canvas(self.doc)
def begin_report(self):
""" make the report in its full size and pages to print on
scale one or both as needed/desired.
"""