diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-08-14 17:44:17 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-14 16:02:07 +0000 |
commit | de9b067bd13ec6632b49c9683255bd3a1d7ae13e (patch) | |
tree | 415d72a1585b6ef3fd9f90d20a066e29e9df1a83 /include/xmloff/xmlnmspe.hxx | |
parent | 64073c45aac22696bed6b688bb34974d646f3c34 (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 'include/xmloff/xmlnmspe.hxx')
-rw-r--r-- | include/xmloff/xmlnmspe.hxx | 3 |
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 ) |