From 9648f81f98d07cd4aef8611a50a77f11fb7ba86e Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Thu, 25 Apr 2024 14:01:11 -0400 Subject: cool#8066: calc: enable .uno:ToggleSheetGrid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière Change-Id: Ibe5bca4d0622c4015030a21d4ecccd41d5e9f483 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166529 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- desktop/source/lib/init.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/source/lib') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index f13bc1f48e26..f06151be6cfa 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -3847,7 +3847,8 @@ static void doc_iniUnoCommands () u".uno:InsertPictureContentControl"_ustr, u".uno:DataFilterAutoFilter"_ustr, u".uno:CellProtection"_ustr, - u".uno:MoveKeepInsertMode"_ustr + u".uno:MoveKeepInsertMode"_ustr, + u".uno:ToggleSheetGrid"_ustr, }; util::URL aCommandURL; -- cgit