diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-06-16 16:02:40 +0500 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-06-18 09:53:44 +0200 |
commit | 41fee8b9f03166b355b983616a3a9bbd3670b8ee (patch) | |
tree | 02bdf6fce2254cf7b142c864d0daabfef4e65779 /sfx2 | |
parent | b85eaba0aa3084865cb8046afc7c92f5256660c4 (diff) |
LOK: Send view modes status change notifications
Change-Id: If9a36dcd447eef355f137b5afe16f917e9c0cfa3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168960
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
(cherry picked from commit a14ec822c9c571a32eb0565158f1976b2d0dbf28)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168936
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
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; |