Remove "self.font" and "self.media_list" from the BaseDoc interface as they are only common to a couple of formats.

svn: r8342
This commit is contained in:
Brian Matherly
2007-04-01 04:21:44 +00:00
parent 6a864bb44c
commit c71b782345
5 changed files with 11 additions and 2 deletions

View File

@@ -1243,12 +1243,10 @@ class BaseDoc:
self.title = ""
self.draw_styles = {}
self.font = FontStyle()
self.style_list = styles.get_styles()
self.table_styles = {}
self.cell_styles = {}
self.name = ""
self.media_list = []
self.print_req = 0
self.init_called = False