[libgsf] 2009-05-10 Andreas J. Guelzow <aguelzow pyrshep ca>



commit 09696666c2f513e0a6ed5c69fdb688f5d2f23315
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sun May 10 15:34:52 2009 -0600

    2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* gsf/gsf-opendoc-utils.h: add namespace enumeration constant for
    	  MSOXL
    	* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add namespace for MSOXL
---
 ChangeLog               |    6 ++++++
 gsf/gsf-opendoc-utils.c |    3 +++
 gsf/gsf-opendoc-utils.h |    5 ++++-
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 058b746..e20d128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* gsf/gsf-opendoc-utils.h: add namespace enumeration constant for 
+	  MSOXL
+	* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add namespace for MSOXL
+
+2009-05-10  Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* gsf/gsf-opendoc-utils.c (gsf_opendoc_meta_dtd): scan meta's 
 	  children for more namespaces to handle CleverAge's files. 
 
diff --git a/gsf/gsf-opendoc-utils.c b/gsf/gsf-opendoc-utils.c
index 7444dc4..d5013df 100644
--- a/gsf/gsf-opendoc-utils.c
+++ b/gsf/gsf-opendoc-utils.c
@@ -108,6 +108,9 @@ GsfXMLInNS gsf_ooo_ns[] = {
 
 	/* KOffice 1.6.3 */
 	GSF_XML_IN_NS (OO_KDE_NS_KOFFICE, "http://www.koffice.org/2005/";),
+
+	/* Microsoft Excel Formulas in ODF */
+	GSF_XML_IN_NS (OO_MS_NS_MSOXL, "http://schemas.microsoft.com/office/excel/formula";),
 	{ NULL, 0 }
 };
 
diff --git a/gsf/gsf-opendoc-utils.h b/gsf/gsf-opendoc-utils.h
index eeee95e..50b2276 100644
--- a/gsf/gsf-opendoc-utils.h
+++ b/gsf/gsf-opendoc-utils.h
@@ -78,7 +78,10 @@ enum {
 	OO_KDE_NS_KOFFICE,
 
 	/*CleverAge ODF Add-in for Microsoft Office 3.0.5224.0 (11.0.8302)*/
-	OO_CLEVERAGE_NS_DC
+	OO_CLEVERAGE_NS_DC,
+
+	/* Microsoft Excel Formulas */
+	OO_MS_NS_MSOXL
 };
 
 extern GsfXMLInNS gsf_ooo_ns[];



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