summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2020-10-15 16:10:31 -0400
committerHenry Castro <hcastro@collabora.com>2021-04-08 21:01:07 +0200
commit5f6b57b67dbf07676cf5821bcc34eb7de79cb9ac (patch)
tree7d6b13d06003887ebd4fee72cc9ba9c83350757d /desktop
parente8b4f6d0dc5acf41070f9a7d5e858e853647e54f (diff)
lok: initialize to dispatch ".uno:RunMacro" command
The ".uno:RunMacro" command it is needed for client side to show the Macro Selector Dialog. Change-Id: I8f01b9f5cc985119c9215734a6484ed7a0e30080 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107886 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109132 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113802 Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 7ea03307b40c..d59bbd80d3bf 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2828,7 +2828,8 @@ static void doc_iniUnoCommands ()
OUString(".uno:FreezePanesColumn"),
OUString(".uno:FreezePanesRow"),
OUString(".uno:Sidebar"),
- OUString(".uno:SheetRightToLeft")
+ OUString(".uno:SheetRightToLeft"),
+ OUString(".uno:RunMacro")
};
util::URL aCommandURL;