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 /desktop/source | |
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 'desktop/source')
-rw-r--r-- | desktop/source/lib/init.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 563ee52ef695..2d9f489b6c74 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3993,6 +3993,7 @@ static void doc_iniUnoCommands () u".uno:DistributeVertDistance"_ustr, u".uno:DistributeVertTop"_ustr, u".uno:AnimationEffects"_ustr, + u".uno:ExecuteAnimationEffect"_ustr, }; util::URL aCommandURL; |