[Libreoffice-commits] core.git: desktop/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 3 15:27:40 UTC 2021


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

New commits:
commit d06ec2aea2efa0fea9ce52f6a065848a56818ae7
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Jan 26 11:48:16 2021 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Mar 3 16:26:55 2021 +0100

    lok: send paragraph spacing state
    
    Change-Id: Ibb2fcbcb077ad364159ce77ad7d4c6a67443deef
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109940
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111839
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6636254bd7b8..d62ceac29c74 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2832,7 +2832,10 @@ static void doc_iniUnoCommands ()
         OUString(".uno:FreezePanesRow"),
         OUString(".uno:Sidebar"),
         OUString(".uno:SheetRightToLeft"),
-        OUString(".uno:RunMacro")
+        OUString(".uno:RunMacro"),
+        OUString(".uno:SpacePara1"),
+        OUString(".uno:SpacePara15"),
+        OUString(".uno:SpacePara2")
     };
 
     util::URL aCommandURL;


More information about the Libreoffice-commits mailing list