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>2020-12-18 16:21:10 +0100
commit51ba81931518e17fe7c00481d7c230621415b728 (patch)
treeff2001aa80a6fff04ed3553ca615c756b2d8051b /desktop
parentd691b46e52d173cf945130df01bd35b5c4c0f539 (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>
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 cc2cee9913c0..945f3a2adf7c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2821,7 +2821,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;