Deleted obsolete function
svn: r136
This commit is contained in:
parent
c1b67df6b6
commit
a6d243173d
@ -135,9 +135,6 @@ class DrawDoc:
|
|||||||
def creator(self,name):
|
def creator(self,name):
|
||||||
self.name = name
|
self.name = name
|
||||||
|
|
||||||
def add_paragraph_style(self,name,style):
|
|
||||||
self.paragraph_styles[name] = ParagraphStyle(style)
|
|
||||||
|
|
||||||
def add_draw_style(self,name,style):
|
def add_draw_style(self,name,style):
|
||||||
self.draw_styles[name] = GraphicsStyle(style)
|
self.draw_styles[name] = GraphicsStyle(style)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user