[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - desktop/source sfx2/source

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 2 17:41:17 UTC 2021


 desktop/source/lib/init.cxx      |    3 ++-
 sfx2/source/control/unoctitm.cxx |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 291b3433921f094203de794c87e73a137c7656b7
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Sat Nov 7 12:29:33 2020 +0530
Commit:     Pranam Lashkari <lpranam at collabora.com>
CommitDate: Fri Apr 2 19:40:44 2021 +0200

    LOK: send state of SheetRightToLeft
    
    Change-Id: I4b58ab74003065a63e4274293b868c909f4f583f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105428
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    (cherry picked from commit cc7bf1755c31fcd4c388f25e642c37d0e2fd758a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106810
    Tested-by: Jenkins
    Reviewed-by: Pranam Lashkari <lpranam at collabora.com>
    (cherry picked from commit 218b61fd1b2c7e614a877bb38f92affc6915c3fd)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113485
    Tested-by: Pranam Lashkari <lpranam at collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 2c2fbfa0be36..5f1c413090c3 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2838,7 +2838,8 @@ static void doc_iniUnoCommands ()
         OUString(".uno:FreezePanes"),
         OUString(".uno:FreezePanesColumn"),
         OUString(".uno:FreezePanesRow"),
-        OUString(".uno:Sidebar")
+        OUString(".uno:Sidebar"),
+        OUString(".uno:SheetRightToLeft")
     };
 
     util::URL aCommandURL;
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index e291eb472a25..9c78b4c693ce 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1019,7 +1019,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
         aEvent.FeatureURL.Path == "TraceChangeMode" ||
         aEvent.FeatureURL.Path == "FormatPaintbrush" ||
         aEvent.FeatureURL.Path == "FreezePanes" ||
-        aEvent.FeatureURL.Path == "Sidebar")
+        aEvent.FeatureURL.Path == "Sidebar" ||
+        aEvent.FeatureURL.Path == "SheetRightToLeft")
     {
         bool bTemp = false;
         aEvent.State >>= bTemp;


More information about the Libreoffice-commits mailing list