summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/patches/patch-af')
-rw-r--r--math/gnumeric/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gnumeric/patches/patch-af b/math/gnumeric/patches/patch-af
new file mode 100644
index 00000000000..3c5451e72da
--- /dev/null
+++ b/math/gnumeric/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.7 2007/11/23 13:48:20 rillig Exp $
+
+--- src/gnm-so-polygon.c.orig 2006-03-14 19:03:29.000000000 +0100
++++ src/gnm-so-polygon.c 2007-11-23 14:31:18.939985000 +0100
+@@ -214,7 +214,7 @@ static void
+ gnm_so_polygon_write_xml_sax (SheetObject const *so, GsfXMLOut *output)
+ {
+ /* TODO */
+- return gnm_so_polygon_parent_class->write_xml_sax (so, output);
++ gnm_so_polygon_parent_class->write_xml_sax (so, output);
+ }
+
+ static void