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

New commits:
commit 790e1d7966809b00b47ed4cc5c5ab259d55db7b1
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Sun Jun 16 16:02:40 2024 +0500
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Mon Jun 17 09:49:56 2024 +0200

    LOK: Send view modes status change notifications
    
    Change-Id: If9a36dcd447eef355f137b5afe16f917e9c0cfa3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168960
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    Tested-by: Jenkins
    (cherry picked from commit a14ec822c9c571a32eb0565158f1976b2d0dbf28)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168936
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index ac3a85cc336a..3fcf5a09d625 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -940,7 +940,9 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, 
SfxViewFrame* pViewFra
         aEvent.FeatureURL.Path == "SpacePara15" ||
         aEvent.FeatureURL.Path == "SpacePara2" ||
         aEvent.FeatureURL.Path == "DataFilterAutoFilter" ||
-        aEvent.FeatureURL.Path == "CellProtection")
+        aEvent.FeatureURL.Path == "CellProtection" ||
+        aEvent.FeatureURL.Path == "NormalMultiPaneGUI" ||
+        aEvent.FeatureURL.Path == "NotesMode")
     {
         bool bTemp = false;
         aEvent.State >>= bTemp;

Reply via email to