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 686501 - Name space polluted
Name space polluted
Status: RESOLVED FIXED
Product: libgoffice
Classification: Other
Component: General
GIT
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2012-10-19 23:13 UTC by Morten Welinder
Modified: 2012-10-22 00:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2012-10-19 23:13:07 UTC
In goffice.h we have:

#define ALLOW_EE_MARKUP
#define ALLOW_SI_APPEND
#define ALLOW_PI_SLASH

That won't fly.

We can either do a check in the format selector (by trying to compile
such formats and see if that failed) or add go_format_allow_ee_markup
and friends.
Comment 1 Morten Welinder 2012-10-22 00:09:37 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.