sfx2/source/control/unoctitm.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit a14ec822c9c571a32eb0565158f1976b2d0dbf28 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sun Jun 16 16:02:40 2024 +0500 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sun Jun 16 20:47:33 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 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;