summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorHubert Figuière <hub@collabora.com>2024-08-15 06:28:26 -0400
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-08-18 11:05:06 +0200
commit729e333c90d48baf80177971cffedeb1d131d1d0 (patch)
tree82ae67eee2a3bd1c16b6f99995adb6af8000c739 /desktop/source
parent149c51daed056e256aefc3402d79010a1040f590 (diff)
LOKit: Enable the "Interaction..." command for Impress.
Also enable the dialog for JSDialogs Fix the layout of the dialog. Signed-off-by: Hubert Figuière <hub@collabora.com> Change-Id: I4581da34921eb355ce8f59d7bfdf2f7d5d7493f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171961 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 1857275268b1..563ee52ef695 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3992,6 +3992,7 @@ static void doc_iniUnoCommands ()
u".uno:DistributeVertCenter"_ustr,
u".uno:DistributeVertDistance"_ustr,
u".uno:DistributeVertTop"_ustr,
+ u".uno:AnimationEffects"_ustr,
};
util::URL aCommandURL;