]> git.pld-linux.org Git - packages/bkchem.git/blob - bkchem-oo.patch
- patch to fix use within oo and desktop file for bkchem by
[packages/bkchem.git] / bkchem-oo.patch
1 *** bkchem/plugins/openoffice.py~       2004-09-10 17:07:56.000000000 +0200
2 --- bkchem/plugins/openoffice.py        2004-11-15 19:11:43.853178744 +0100
3 *************** class OO_exporter( plugin.exporter):
4 *** 162,165 ****
5         for i in items:
6 !         x1, y1, x2, y2, x3, y3 = map( self.paper.px_to_cm, self.paper.coords( i))
7 !         point_array = [(x1,y1), (x2,y2), (x3,y3)]
8           self.create_oo_polygon( point_array, page, style_name)
9 --- 162,165 ----
10         for i in items:
11 !         x1, y1, x2, y2, x3, y3, x4, y4 = map( self.paper.px_to_cm, self.paper.coords( i))
12 !         point_array = [(x1,y1), (x2,y2), (x3,y3), (x4, y4)]
13           self.create_oo_polygon( point_array, page, style_name)
This page took 0.057365 seconds and 3 git commands to generate.