summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorHubert Figuière <hub@collabora.com>2024-04-25 14:01:11 -0400
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-04-29 09:31:06 +0200
commit9648f81f98d07cd4aef8611a50a77f11fb7ba86e (patch)
tree20df8b6f752c6c69134a41882418249fc9e7eae0 /sfx2/source/control
parente5c988821db31f285cdd207e2a2ac849c0f1c099 (diff)
cool#8066: calc: enable .uno:ToggleSheetGrid
Signed-off-by: Hubert Figuière <hub@collabora.com> Change-Id: Ibe5bca4d0622c4015030a21d4ecccd41d5e9f483 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166529 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/unoctitm.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 0691a6bad444..c6250e27d170 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -940,7 +940,8 @@ 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 == "ToggleSheetGrid")
{
bool bTemp = false;
aEvent.State >>= bTemp;