0004905: Bug in ODF output format that ONLY crops the first image correctly (Patch from Adam Stein)

svn: r17483
This commit is contained in:
Brian Matherly
2011-05-13 03:58:41 +00:00
parent a440d1c307
commit b49ca7608e
2 changed files with 1 additions and 210 deletions

View File

@ -790,7 +790,6 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc):
self.StyleList_notes = self.uniq(self.StyleList_notes)
self.add_styled_notes_fonts()
self.add_styled_notes_styles()
self.StyleList_photos = self.uniq(self.StyleList_photos)
self.add_styled_photo_styles()
self.cntntx.write(self.cntnt1.getvalue())
self.cntntx.write(self.cntnt2.getvalue())