ODFDoc : forgot to suppress a print line.

svn: r13056
This commit is contained in:
Serge Noiraud 2009-08-17 22:38:50 +00:00
parent 2f41ff44c2
commit 6e7970895d

View File

@ -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)