[libgsf] Add two new localc name spaces to gsf-opendoc-utils
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgsf] Add two new localc name spaces to gsf-opendoc-utils
- Date: Sun, 25 Jan 2015 20:26:39 +0000 (UTC)
commit 6181e6a17550150b6517332f389f041df828a15a
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date: Sun Jan 25 13:24:45 2015 -0700
Add two new localc name spaces to gsf-opendoc-utils
2015-01-25 Andreas J. Guelzow <aguelzow pyrshep ca>
* gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add 2 new localc namespaces
* gsf/gsf-opendoc-utils.h: add new enum values to support above
name spaces)
ChangeLog | 6 ++++++
NEWS | 3 +++
gsf/gsf-opendoc-utils.c | 5 +++++
gsf/gsf-opendoc-utils.h | 6 +++++-
4 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 90760d1..a547a7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-25 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * gsf/gsf-opendoc-utils.c (gsf_ooo_ns): add 2 new localc namespaces
+ * gsf/gsf-opendoc-utils.h: add new enum values to support above
+ name spaces)
+
2014-12-15 Morten Welinder <terra gnome org>
* gsf/gsf-outfile-zip.c (special_mimetype_dirent): New function.
diff --git a/NEWS b/NEWS
index 49db157..0cf21db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
libgsf 1.14.31
+Andreas:
+ * Add two new localc name spaces to gsf-opendoc-utils
+
Allin Cottrell:
* Add support for non-default zip compression level. [#722470]
diff --git a/gsf/gsf-opendoc-utils.c b/gsf/gsf-opendoc-utils.c
index 4e50178..2c1ba06 100644
--- a/gsf/gsf-opendoc-utils.c
+++ b/gsf/gsf-opendoc-utils.c
@@ -187,6 +187,11 @@ GsfXMLInNS gsf_ooo_ns[] = {
/* Gnumeric ODF extensions */
GSF_XML_IN_NS (OO_GNUM_NS_EXT, "http://www.gnumeric.org/odf-extension/1.0"),
+
+ /* LOCALC */
+ GSF_XML_IN_NS (OO_NS_LOCALC_EXT,
"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"),
+ GSF_XML_IN_NS (OO_NS_LOCALC_EXT2,
"urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"),
+
{ NULL, 0 }
};
diff --git a/gsf/gsf-opendoc-utils.h b/gsf/gsf-opendoc-utils.h
index bfcfd09..ebc21c7 100644
--- a/gsf/gsf-opendoc-utils.h
+++ b/gsf/gsf-opendoc-utils.h
@@ -124,7 +124,11 @@ enum {
OO_NS_TABLE_OOO,
/* New in ODF 3.3 */
- OO_NS_CHART_OOO
+ OO_NS_CHART_OOO,
+
+ /* New in LOCALC */
+ OO_NS_LOCALC_EXT,
+ OO_NS_LOCALC_EXT2
};
GsfXMLInNS const *gsf_odf_get_ns (void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]