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

New commits:
commit cc7bf1755c31fcd4c388f25e642c37d0e2fd758a
Author:     Pranam Lashkari <lpra...@collabora.com>
AuthorDate: Sat Nov 7 12:29:33 2020 +0530
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sun Nov 15 17:31:05 2020 +0100

    LOK: send state of SheetRightToLeft
    
    Change-Id: I4b58ab74003065a63e4274293b868c909f4f583f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105428
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index a36b4aef2052..210ce2d84d34 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -2846,7 +2846,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 5bdd6fec44c0..c31064988113 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1018,7 +1018,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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to