After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743502 - OO_NS_LOCALC_EXT depends on libgsf 1.14.31
OO_NS_LOCALC_EXT depends on libgsf 1.14.31
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2015-01-25 21:58 UTC by Andreas J. Guelzow
Modified: 2015-01-25 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2015-01-25 21:58:02 UTC
This was included to support reading LOCALC extensions in the process of fixing bug 743448. It does not seems worthwhile to increase the libgsf requirement for this, so we should somehow change this to:

						     CXML2C(attrs[1])));
#ifdef OO_NS_LOCALC_EXT
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,

but I don't know how to do that correctly since OO_NS_LOCALC_EXT is not a macro but a symbol...
Comment 1 Andreas J. Guelzow 2015-01-25 22:04:52 UTC
Note: this code block is currently commented out.
Comment 2 Morten Welinder 2015-01-25 22:25:00 UTC
I added a configure check for that.
Comment 3 Morten Welinder 2015-01-25 22:27:52 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.