ODFDoc : forgot to suppress a print line.
svn: r13056
This commit is contained in:
parent
2f41ff44c2
commit
6e7970895d
@ -976,7 +976,6 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc):
|
|||||||
if not m:
|
if not m:
|
||||||
break
|
break
|
||||||
self.StyleList.append([m.group(1), m.group(2)])
|
self.StyleList.append([m.group(1), m.group(2)])
|
||||||
print [m.group(1), m.group(2)]
|
|
||||||
start = m.end()
|
start = m.end()
|
||||||
self.cntnt.write('<text:p >')
|
self.cntnt.write('<text:p >')
|
||||||
self.cntnt.write(markuptext)
|
self.cntnt.write(markuptext)
|
||||||
|
Loading…
Reference in New Issue
Block a user