calc: Add protect sheet command to Tools menu

Signed-off-by: Hubert Figuière <hub@collabora.com>
Change-Id: I1511419858e361ad7a7653b2939e8d516c2d7e59
This commit is contained in:
Hubert Figuière 2024-02-12 11:07:57 -05:00 committed by Caolán McNamara
parent 377c826894
commit 474ff7612b

View file

@ -909,6 +909,7 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:LanguageMenu'), type: 'menu', menu: [
{name: _('None (Do not check spelling)'), id: 'nonelanguage', uno: '.uno:LanguageStatus?Language:string=Default_LANGUAGE_NONE'}]},
{uno: '.uno:GoalSeekDialog'},
{uno: '.uno:Protect'},
{type: 'separator'},
{name: _UNO('.uno:RunMacro'), id: 'runmacro', uno: '.uno:RunMacro'}
]},