5326: Add Alphabetical Index and Table of Contents generation for pdf reports
svn: r18842
This commit is contained in:
@@ -49,8 +49,8 @@ import Errors
|
||||
#-------------------------------------------------------------------------
|
||||
class SvgDrawDoc(BaseDoc, DrawDoc):
|
||||
|
||||
def __init__(self, styles, type):
|
||||
BaseDoc.__init__(self, styles, type)
|
||||
def __init__(self, styles, type, index_opts):
|
||||
BaseDoc.__init__(self, styles, type, index_opts)
|
||||
self.f = None
|
||||
self.filename = None
|
||||
self.level = 0
|
||||
|
||||
Reference in New Issue
Block a user