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:
parent
377c826894
commit
474ff7612b
1 changed files with 1 additions and 0 deletions
|
@ -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'}
|
||||
]},
|
||||
|
|
Loading…
Reference in a new issue