[gnumeric] comment out the code block depending on libgsf 1.14.31
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] comment out the code block depending on libgsf 1.14.31
- Date: Sun, 25 Jan 2015 22:04:10 +0000 (UTC)
commit ace2e10630383b303528666356c9b8209e767ef9
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Sun Jan 25 15:02:02 2015 -0700
comment out the code block depending on libgsf 1.14.31
plugins/openoffice/openoffice-read.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/openoffice/openoffice-read.c b/plugins/openoffice/openoffice-read.c
index 5756aac..7d42d9a 100644
--- a/plugins/openoffice/openoffice-read.c
+++ b/plugins/openoffice/openoffice-read.c
@@ -7223,12 +7223,14 @@ od_style_prop_chart (GsfXMLIn *xin, xmlChar const **attrs)
(style->other_props,
oo_prop_new_string ("regression-name-expression",
CXML2C(attrs[1])));
+#if 0
else if (gsf_xml_in_namecmp (xin, CXML2C (attrs[0]), OO_NS_LOCALC_EXT,
"regression-name"))
style->other_props = g_slist_prepend
(style->other_props,
oo_prop_new_string ("regression-name-constant",
CXML2C(attrs[1])));
+#endif
else if (oo_attr_bool (xin, attrs, OO_GNUM_NS_EXT,
"is-position-manual",
&btmp))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]