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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user