[goffice] GogObject: remove duplicate xml node.



commit f89101a04fe909d62fbade1a5ff7caf3900d5e5a
Author: Morten Welinder <terra gnome org>
Date:   Tue Mar 31 19:38:37 2015 -0400

    GogObject: remove duplicate xml node.

 ChangeLog                      |    6 +++++-
 goffice/graph/gog-object-xml.c |    1 -
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d2ef9a7..a1dd7ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2015-03-31  Morten Welinder  <terra gnome org>
+
+       * goffice/graph/gog-object-xml.c (gog_dtd): Remove duplicate node.
+
 2015-03-31  Jean Brefort  <jean brefort normalesup org>
 
        * goffice/graph/gog-axis.c (make_dim_editor),
-       (cb_polar_unit_changed), (gog_axis_populate_editor): update circular axis 
+       (cb_polar_unit_changed), (gog_axis_populate_editor): update circular axis
        bounds after a unit change. [#746738]
 
 2015-03-28  Jean Brefort  <jean brefort normalesup org>
diff --git a/goffice/graph/gog-object-xml.c b/goffice/graph/gog-object-xml.c
index 5af9dc4..73f6015 100644
--- a/goffice/graph/gog-object-xml.c
+++ b/goffice/graph/gog-object-xml.c
@@ -506,7 +506,6 @@ static GsfXMLInNode const gog_dtd[] = {
     GSF_XML_IN_NODE (GOG_OBJ, GOG_OBJ_PROP, -1, "property", GSF_XML_CONTENT, &gogo_prop_start, 
&gogo_prop_end),
     GSF_XML_IN_NODE (GOG_OBJ, GOG_OBJ_DATA, -1, "data", GSF_XML_NO_CONTENT, NULL, NULL),
       GSF_XML_IN_NODE (GOG_OBJ_DATA, GOG_DATA_DIM, -1, "dimension", GSF_XML_CONTENT, &gogo_dim_start, 
&gogo_dim_end),
-    GSF_XML_IN_NODE (GOG_OBJ, GOG_OBJ, -1, "GogObject",        GSF_XML_NO_CONTENT, NULL, NULL),
   GSF_XML_IN_NODE_END
 };
 static GsfXMLInDoc *gog_sax_doc = NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]