diff options
Diffstat (limited to 'math/gnumeric/patches/patch-bm')
-rw-r--r-- | math/gnumeric/patches/patch-bm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/math/gnumeric/patches/patch-bm b/math/gnumeric/patches/patch-bm deleted file mode 100644 index 8dc6881c644..00000000000 --- a/math/gnumeric/patches/patch-bm +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-bm,v 1.1 2005/09/08 15:29:32 drochner Exp $ - ---- src/cut-n-paste-code/goffice/graph/gog-axis.c.orig 2005-09-06 09:34:41.000000000 +0200 -+++ src/cut-n-paste-code/goffice/graph/gog-axis.c -@@ -1677,8 +1677,8 @@ gog_axis_dataset_init (GogDatasetClass * - iface->dim_changed = gog_axis_dim_changed; - } - --GSF_CLASS_FULL (GogAxis, gog_axis, -- gog_axis_class_init, gog_axis_init, -+GSF_CLASS_FULL (GogAxis, gog_axis, NULL, NULL, -+ gog_axis_class_init, NULL, gog_axis_init, - GOG_STYLED_OBJECT_TYPE, 0, - GSF_INTERFACE (gog_axis_dataset_init, GOG_DATASET_TYPE)) - |