summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmltoken.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-14 17:44:17 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-08-14 16:02:07 +0000
commitde9b067bd13ec6632b49c9683255bd3a1d7ae13e (patch)
tree415d72a1585b6ef3fd9f90d20a066e29e9df1a83 /xmloff/source/core/xmltoken.cxx
parent64073c45aac22696bed6b688bb34974d646f3c34 (diff)
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>
Diffstat (limited to 'xmloff/source/core/xmltoken.cxx')
-rw-r--r--xmloff/source/core/xmltoken.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 2c97507c2d9e..37742e3f4476 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -157,6 +157,8 @@ namespace xmloff { namespace token {
// extension namespace for calc extensions
TOKEN( "calcext", XML_NP_CALC_EXT ),
TOKEN( "urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0", XML_N_CALC_EXT ),
+ TOKEN( "loext", XML_NP_LO_EXT ),
+ TOKEN( "urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0", XML_N_LO_EXT ),
// units
TOKEN( "mm", XML_UNIT_MM ),