Revert "Add File - Properties... menu"
This reverts commit 480b6ed0b5
.
Change-Id: I326a78ce9c8f0d9c050c757df18bf6e3380e092c
This commit is contained in:
parent
aaacf1fb66
commit
4e111d5b60
2 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ L.Control.Menubar = L.Control.extend({
|
|||
{name: _('Rich Text (.rtf)'), id: 'downloadas-rtf', type: 'action'}]},
|
||||
{name: _('Sign document'), id: 'signdocument', type: 'action'},
|
||||
{type: 'separator'},
|
||||
{uno: '.uno:SetDocumentProperties'},
|
||||
{name: _('Close document'), id: 'closedocument', type: 'action'}
|
||||
]},
|
||||
{name: _UNO('.uno:EditMenu', 'text'), type: 'menu', menu: [
|
||||
|
@ -240,7 +239,6 @@ L.Control.Menubar = L.Control.extend({
|
|||
{name: _('PowerPoint 2003 Presentation (.ppt)'), id: 'downloadas-ppt', type: 'action'},
|
||||
{name: _('PowerPoint Presentation (.pptx)'), id: 'downloadas-pptx', type: 'action'}]},
|
||||
{type: 'separator'},
|
||||
{uno: '.uno:SetDocumentProperties'},
|
||||
{name: _('Close document'), id: 'closedocument', type: 'action'}
|
||||
]},
|
||||
{name: _UNO('.uno:EditMenu', 'presentation'), type: 'menu', menu: [
|
||||
|
@ -322,7 +320,6 @@ L.Control.Menubar = L.Control.extend({
|
|||
{name: _('Excel 2003 Spreadsheet (.xls)'), id: 'downloadas-xls', type: 'action'},
|
||||
{name: _('Excel Spreadsheet (.xlsx)'), id: 'downloadas-xlsx', type: 'action'}]},
|
||||
{type: 'separator'},
|
||||
{uno: '.uno:SetDocumentProperties'},
|
||||
{name: _('Close document'), id: 'closedocument', type: 'action'}
|
||||
]},
|
||||
{name: _UNO('.uno:EditMenu', 'spreadsheet'), type: 'menu', menu: [
|
||||
|
|
|
@ -196,7 +196,6 @@ var unoCommandsArray = {
|
|||
SetAnchorToFrame:{text:{menu:_('To ~Frame'),},},
|
||||
SetAnchorToPage:{spreadsheet:{menu:_('To P~age'),},text:{menu:_('To P~age'),},},
|
||||
SetAnchorToPara:{text:{menu:_('To ~Paragraph'),},},
|
||||
SetDocumentProperties:{global:{menu:_('Propert~ies...'),},},
|
||||
SetLanguageAllTextMenu:{global:{menu:_('For All Text'),},},
|
||||
SetLanguageParagraphMenu:{global:{menu:_('For Paragraph'),},},
|
||||
SetLanguageSelectionMenu:{global:{menu:_('For Selection'),},},
|
||||
|
|
Loading…
Reference in a new issue