diff options
author | Mohammed Abdul Azeem <azeemmysore@gmail.com> | 2017-03-18 23:24:26 +0530 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2017-03-21 11:36:06 +0000 |
commit | 0a0f205775807d63e7f6dd910de368bb12b11a49 (patch) | |
tree | 7ca7c6eea86d2bcf5e1cbb21b8b1f440a63a39e7 /include/xmloff | |
parent | 4e26af2df9d26aba83f61ba7ea0fbe876d4ed288 (diff) |
tdf#105686 - fixed wrongly imported named expressions:
It is necessary to extract and set ODF version for fast
events also.
While debugging I found a couple of tokens which were
not in the list, and added them (not needed for bug fix).
Change-Id: I7aaab99688a067ee2fd2c9814deec1a359a758ab
Reviewed-on: https://gerrit.libreoffice.org/35410
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 70b57d1b0f8d..4430d298d63b 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -245,6 +245,7 @@ namespace xmloff { namespace token { XML_APPLICATION_DATA, XML_APPLICATION_XML, XML_APPLY, + XML_APPLY_DESIGN_MODE, XML_APPLY_STYLE_NAME, XML_AQUA, XML_ARC, @@ -275,6 +276,7 @@ namespace xmloff { namespace token { XML_AUTO_UPDATE, XML_AUTOMATIC, XML_AUTOMATIC_FIND_LABELS, + XML_AUTOMATIC_FOCUS, XML_AUTOMATIC_ORDER, XML_AUTOMATIC_STYLES, XML_AUTOMATIC_UPDATE, |