diff options
author | Adam Co <rattles2013@gmail.com> | 2013-07-11 16:40:50 +0300 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-14 16:03:07 +0000 |
commit | 643db96e933fd03a4e22e1d214a305608e816463 (patch) | |
tree | 83c6deed88e6ed197fc2ba881e86ac67b2fb78e0 /include/xmloff | |
parent | de9b067bd13ec6632b49c9683255bd3a1d7ae13e (diff) |
add character shading value to ODT filters
The attribute is only exported for ODF versions > 1.2; use the new
loext (LO_EXT) namespace.
Change-Id: Ie44e4b851c4adf52d8cc4fc2cbe37d6c3a9941d8
Reviewed-on: https://gerrit.libreoffice.org/4830
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index be3bbde47605..51522f17797b 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -399,6 +399,7 @@ namespace xmloff { namespace token { XML_CHANGED_REGION, XML_CHAPTER, XML_CHAR, + XML_CHAR_SHADING_VALUE, XML_CHARACTER_COUNT, XML_CHART, XML_CHARTS, |