summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlnmspe.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-09 21:04:03 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-10 04:23:36 +0000
commit8d7f6a429f66cf9d029cdd70bbf24906509900e2 (patch)
tree9e62def3d77d6d705ec407c8ac9795028fd19ec1 /include/xmloff/xmlnmspe.hxx
parentfffa2b69209f9c1387a6182ca1422aa3f71c1cae (diff)
resolved fdo#72537 write <loext:fill-character>
... instead of <number:fill-character> but read both. (cherry picked from commit 9f87de91cee05656808a98ab1bd65ad9509ef7df) Also needed for this is: xmloff: add a generic LibreOffice ODF extension namespace XML_NAMESPACE_LO_EXT can be used for elements and attributes that are not yet specified by OpenDocument. (Change-Id: Id29392533d46f6592d964ce79c05ffefa4d69ebc) Reviewed-on: https://gerrit.libreoffice.org/5419 Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> (cherry picked from commit de9b067bd13ec6632b49c9683255bd3a1d7ae13e) Change-Id: Ia620fad575782f6174a9ee5fbbd8b396b21948e3 Reviewed-on: https://gerrit.libreoffice.org/7014 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/xmloff/xmlnmspe.hxx')
-rw-r--r--include/xmloff/xmlnmspe.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/xmlnmspe.hxx b/include/xmloff/xmlnmspe.hxx
index b1646c307b63..e1b3fdb95f42 100644
--- a/include/xmloff/xmlnmspe.hxx
+++ b/include/xmloff/xmlnmspe.hxx
@@ -82,8 +82,9 @@ XML_NAMESPACE_EXT( TABLE, 38U )
XML_NAMESPACE_EXT( CHART, 39U )
XML_NAMESPACE_EXT( DRAW, 40U )
XML_NAMESPACE_EXT( CALC, 41U )
+XML_NAMESPACE_EXT( LO, 42U )
-#define _XML_OLD_NAMESPACE_BASE 42U
+#define _XML_OLD_NAMESPACE_BASE 43U
// namespaces used in the technical preview (SO 5.2)
XML_OLD_NAMESPACE( FO, 0U )