[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sfx2/source

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 20:01:28 UTC 2020


 sfx2/source/control/unoctitm.cxx |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit d52ce40f13e27385cc128cf2579548959e34125e
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Thu May 14 01:04:19 2020 +0530
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri May 15 22:01:03 2020 +0200

    LOK: sending status of paragraph outline buttons
    
    status of:
    OutlineRight, OutlineLeft, OutlineDown, OutlineUp
    
    Change-Id: I28dd805e1a620831c4092523969e1c4825b568f4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94157
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 7dcbf16e5f2b..b8955d6ba1c5 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1118,7 +1118,11 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
              aEvent.FeatureURL.Path == "InsertIndexesEntry" ||
              aEvent.FeatureURL.Path == "TransformDialog" ||
              aEvent.FeatureURL.Path == "EditRegion" ||
-             aEvent.FeatureURL.Path == "ThesaurusDialog")
+             aEvent.FeatureURL.Path == "ThesaurusDialog" ||
+             aEvent.FeatureURL.Path == "OutlineRight" ||
+             aEvent.FeatureURL.Path == "OutlineLeft" ||
+             aEvent.FeatureURL.Path == "OutlineDown" ||
+             aEvent.FeatureURL.Path == "OutlineUp")
 
     {
         aBuffer.append(aEvent.IsEnabled ? OUString("enabled") : OUString("disabled"));


More information about the Libreoffice-commits mailing list