[libgsf] Add a OOo 3.3 namespace.



commit 7737aefd54cb6e9680cfe337284a87b00ca81d91
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Wed Sep 15 16:28:51 2010 -0600

    Add a OOo 3.3 namespace.
    
    2010-09-15  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add another one of OOo's
    	namespaces
    	* gsf/gsf-opendoc-utils.h: add new enum value to support above
    	name spaces)

 ChangeLog               |    9 ++++++++-
 gsf/gsf-opendoc-utils.c |    3 +++
 gsf/gsf-opendoc-utils.h |    5 ++++-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d42313a..2a98ac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-15  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add another one of OOo's
+	namespaces
+	* gsf/gsf-opendoc-utils.h: add new enum value to support above
+	name spaces)
+
 2010-08-28  Morten Welinder  <terra gnome org>
 
 	* gsf/gsf-impl-utils.h (GSF_CLASS_FULL): Don't use C89 argument
@@ -6,7 +13,7 @@
 	* gsf/gsf-output-bzip.c (gsf_output_bzip_close): Rework previous
 	change.  We do not want two prototypes.
 
-2009-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
+2010-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add some more of OOo's
 	namespaces
diff --git a/gsf/gsf-opendoc-utils.c b/gsf/gsf-opendoc-utils.c
index b58e42e..9e72d36 100644
--- a/gsf/gsf-opendoc-utils.c
+++ b/gsf/gsf-opendoc-utils.c
@@ -115,6 +115,9 @@ GsfXMLInNS gsf_ooo_ns[] = {
 	GSF_XML_IN_NS (OO_NS_XHTML,     "http://www.w3.org/1999/xhtml";),
 	GSF_XML_IN_NS (OO_NS_TABLE_OOO, "http://openoffice.org/2009/table";),
 
+	/* OOo 3.3.x */
+	GSF_XML_IN_NS (OO_NS_CHART_OOO, "http://openoffice.org/2010/chart";),
+
 	/* Other OpenDocument v 1.1 */
 	GSF_XML_IN_NS (OO_NS_CONFIG,    "urn:oasis:names:tc:opendocument:xmlns:config:1.0"),
 	GSF_XML_IN_NS (OO_NS_ANIM,      "urn:oasis:names:tc:opendocument:xmlns:animation:1.0"),
diff --git a/gsf/gsf-opendoc-utils.h b/gsf/gsf-opendoc-utils.h
index 9539bac..e320f0c 100644
--- a/gsf/gsf-opendoc-utils.h
+++ b/gsf/gsf-opendoc-utils.h
@@ -92,7 +92,10 @@ enum {
 	/* New in ODF 3.2 */
 	OO_NS_GRDDL,
 	OO_NS_XHTML,
-	OO_NS_TABLE_OOO
+	OO_NS_TABLE_OOO,
+
+	/* New in ODF 3.3 */
+	OO_NS_CHART_OOO
 };
 
 G_MODULE_EXPORT GsfXMLInNS *get_gsf_ooo_ns (void);



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