diff options
author | Hubert Figuière <hub@collabora.com> | 2024-08-19 17:10:38 -0400 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-08-23 21:51:48 +0200 |
commit | ff3a316f8865ea0ba118b258ca9391abcfa3d5ae (patch) | |
tree | 90bfdb0b41b0d3ecbec1aba1a04b85e1a346b527 /sfx2/source/control | |
parent | 659842c2048aad10e7793f5e80fdc4956d9274d3 (diff) |
LOKit: Enable the Execute Interaction command for Impress
Signed-off-by: Hubert Figuière <hub@collabora.com>
Change-Id: I5b3b3cc8e1e8c0ad3ec933ea9047da3367583767
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172088
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
(cherry picked from commit ad124b2de2bcbb6a093b551633fc7e50f4cecfaf)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172190
Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index c8457853f418..431c68cbd953 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1307,6 +1307,7 @@ constexpr auto handlers = frozen::make_unordered_map<std::u16string_view, Payloa { u"DistributeVertDistance", EnabledPayload }, { u"DistributeVertTop", EnabledPayload }, { u"AnimationEffects", EnabledPayload }, + { u"ExecuteAnimationEffect", EnabledPayload }, { u"ParaLeftToRight", ParaDirectionPayload }, { u"ParaRightToLeft", ParaDirectionPayload }, |