Improve graphic alignment in OO reports. (Bug 1370498)

svn: r6297
This commit is contained in:
Brian Matherly
2006-04-10 04:29:29 +00:00
parent 9b3b2fe2e5
commit cbcef67f59
4 changed files with 8 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ class OpenOfficeDoc(BaseDoc.BaseDoc):
self.cntnt.write('<style:style style:name="Right" style:family="graphics"')
self.cntnt.write(' style:parent-style-name="photo">')
self.cntnt.write('<style:properties style:run-through="foreground"')
self.cntnt.write(' style:wrap="parallel"')
self.cntnt.write(' style:wrap="dynamic"')
self.cntnt.write(' style:number-wrapped-paragraphs="no-limit"')
self.cntnt.write(' style:wrap-contour="false" style:vertical-pos="from-top"')
self.cntnt.write(' style:vertical-rel="paragraph-content"')