summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2024-06-16 16:02:40 +0500
committerMike Kaganski <mike.kaganski@collabora.com>2024-06-16 20:47:33 +0200
commita14ec822c9c571a32eb0565158f1976b2d0dbf28 (patch)
tree0aa6eac67d3eccc4fe44451b89b115754fde1bb0 /sfx2/source/control
parentf1a1f1e9aaeefacc49c14551e235a711387ab5dc (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
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/unoctitm.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 6dd55fc06a2d..7e82656ab178 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;