diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-03-29 08:59:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-29 14:21:39 +0200 |
commit | dc7f4b0002769308d38e6c6e9b714ef7766d2ae7 (patch) | |
tree | 9306c6e9510d8b2a49e3cf4f46489127012f1b91 /include/xmloff | |
parent | d4c9e2130f6f065b4a97fc98cf1029593e725e65 (diff) |
tdf#131632 animation effects are missing features
regression from
commit 5352d45dd4a04f8f02cf7f6ad4169126d3b3586a
Date: Tue Feb 18 15:45:08 2020 +0200
convert AnimationImport to fast-parser APIs
Change-Id: I7227b122213c877b8ea5db25239eae8151597a8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91320
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 a40aa974d327..5892f1e50e03 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1873,6 +1873,7 @@ namespace xmloff { namespace token { XML_TEXT_INPUT, XML_TEXT_JUSTIFY, XML_TEXT_OUTLINE, + XML_TEXT_ONLY, XML_TEXT_POSITION, XML_TEXT_ROTATION_ANGLE, XML_TEXT_ROTATION_SCALE, @@ -2972,6 +2973,7 @@ namespace xmloff { namespace token { XML_PRESET_ID, XML_PRESET_SUB_TYPE, XML_PRESET_CLASS, + XML_PRESET_PROPERTY, XML_CUSTOM, XML_ENTRANCE, XML_EXIT, |