Skip to content

Commit

Permalink
calc,impress: added html option in compact mode downloadas submenu
Browse files Browse the repository at this point in the history
Signed-off-by: Rashesh <[email protected]>
Change-Id: I62791c49b0ca390558e8467390e1cb6fe72890f6
  • Loading branch information
Rash419 committed Aug 29, 2024
1 parent 28cf77a commit 8c91b53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion browser/src/control/Control.Menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ L.Control.Menubar = L.Control.extend({
{name: _('ODF presentation (.odp)'), id: 'downloadas-odp', type: 'action'},
{name: _('PowerPoint 2003 Presentation (.ppt)'), id: 'downloadas-ppt', type: 'action'},
{name: _('PowerPoint Presentation (.pptx)'), id: 'downloadas-pptx', type: 'action'},
{name: _('HTML Document (.html)'), id: 'downloadas-html', type: 'action'},
]},
{name: _UNO('.uno:SetDocumentProperties', 'presentation'), uno: '.uno:SetDocumentProperties', id: 'properties'},
{type: 'separator'},
Expand Down Expand Up @@ -698,7 +699,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('ODF spreadsheet (.ods)'), id: 'downloadas-ods', type: 'action'},
{name: _('Excel 2003 Spreadsheet (.xls)'), id: 'downloadas-xls', type: 'action'},
{name: _('Excel Spreadsheet (.xlsx)'), id: 'downloadas-xlsx', type: 'action'},
{name: _('CSV file (.csv)'), id: 'downloadas-csv', type: 'action'}]},
{name: _('CSV file (.csv)'), id: 'downloadas-csv', type: 'action'},
{name: _('HTML file (.html)'), id: 'downloadas-html', type: 'action'}]},
{name: _UNO('.uno:SetDocumentProperties', 'spreadsheet'), uno: '.uno:SetDocumentProperties', id: 'properties'},
{type: 'separator'},
{name: L.Control.MenubarShortcuts.addShortcut(_UNO('.uno:Print', 'spreadsheet'), L.Control.MenubarShortcuts.shortcuts.PRINT), id: 'print', type: 'menu', menu: [
Expand Down

0 comments on commit 8c91b53

Please sign in to comment.