desktop/source/lib/init.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7ca75d8227205defb2a3dea6223be4eec15ee2e3
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Thu Oct 15 16:10:31 2020 -0400
Commit:     Henry Castro <hcas...@collabora.com>
CommitDate: Mon Jan 18 19:25:50 2021 +0100

    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 <hcas...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109132
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index af1161274c37..82b1bfb79a7d 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2833,7 +2833,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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to