*** bkchem/plugins/openoffice.py~ 2004-09-10 17:07:56.000000000 +0200 --- bkchem/plugins/openoffice.py 2004-11-15 19:11:43.853178744 +0100 *************** class OO_exporter( plugin.exporter): *** 162,165 **** for i in items: ! x1, y1, x2, y2, x3, y3 = map( self.paper.px_to_cm, self.paper.coords( i)) ! point_array = [(x1,y1), (x2,y2), (x3,y3)] self.create_oo_polygon( point_array, page, style_name) --- 162,165 ---- for i in items: ! x1, y1, x2, y2, x3, y3, x4, y4 = map( self.paper.px_to_cm, self.paper.coords( i)) ! point_array = [(x1,y1), (x2,y2), (x3,y3), (x4, y4)] self.create_oo_polygon( point_array, page, style_name)