summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
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 /include/xmloff/xmltoken.hxx
parentDo the same when inserting columns. (diff)
downloadcore-de9b067bd13ec6632b49c9683255bd3a1d7ae13e.tar.gz
core-de9b067bd13ec6632b49c9683255bd3a1d7ae13e.zip
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 'include/xmloff/xmltoken.hxx')
-rw-r--r--include/xmloff/xmltoken.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 69282ce707d1..be3bbde47605 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -152,6 +152,9 @@ namespace xmloff { namespace token {
// calc extensions
XML_NP_CALC_EXT,
XML_N_CALC_EXT,
+ // generic LO extensions
+ XML_NP_LO_EXT,
+ XML_N_LO_EXT,
// units
XML_UNIT_MM,