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:
@@ -58,6 +58,7 @@ class AbiWordDoc(BaseDoc.BaseDoc):
|
||||
"""Initializes the AbiWordDoc class, calling the __init__ routine
|
||||
of the parent BaseDoc class"""
|
||||
BaseDoc.BaseDoc.__init__(self,styles,type,template)
|
||||
self.media_list = []
|
||||
self.f = None
|
||||
self.level = 0
|
||||
self.new_page = 0
|
||||
|
||||
Reference in New Issue
Block a user