desktop/source/lib/init.cxx | 1 + sfx2/source/control/unoctitm.cxx | 1 + 2 files changed, 2 insertions(+)
New commits: commit ad124b2de2bcbb6a093b551633fc7e50f4cecfaf Author: Hubert Figuière <h...@collabora.com> AuthorDate: Mon Aug 19 17:10:38 2024 -0400 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Tue Aug 20 22:18:54 2024 +0200 LOKit: Enable the Execute Interaction command for Impress Signed-off-by: Hubert Figuière <h...@collabora.com> Change-Id: I5b3b3cc8e1e8c0ad3ec933ea9047da3367583767 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172088 Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 54a2ce72b8ff..37d9596839fe 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -4042,6 +4042,7 @@ static void doc_iniUnoCommands () u".uno:DistributeVertDistance"_ustr, u".uno:DistributeVertTop"_ustr, u".uno:AnimationEffects"_ustr, + u".uno:ExecuteAnimationEffect"_ustr, }; util::URL aCommandURL; diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index e8cc4f8dce7a..5e48967fc6b8 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -1308,6 +1308,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 },