From c67f0dcc582db564ae51861eecdcfe784bb0ed8d Mon Sep 17 00:00:00 2001 From: Rash419 Date: Thu, 29 Sep 2022 13:29:04 +0530 Subject: js: added EditPrintArea and AddPrintArea uno commands in classic and NB updated unocommand.js using unocommand.py Signed-off-by: Rash419 Change-Id: I0d972a16d5e9365af3ce31a39ceb006eb217627f --- browser/src/unocommands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/src/unocommands.js b/browser/src/unocommands.js index 252e34defc..e6bbfa9d33 100644 --- a/browser/src/unocommands.js +++ b/browser/src/unocommands.js @@ -286,6 +286,7 @@ var unoCommandsArray = { 'InsertSlideTitleField':{presentation:{menu:_('Slide Tit~le'),},}, 'InsertSlidesField':{presentation:{menu:_('Slide ~Count'),},}, 'InsertSoftHyphen':{global:{menu:_('Insert s~oft Hyphen'),},}, + 'InsertSparkline':{spreadsheet:{menu:_('Sparkline...'),},}, 'InsertSymbol':{global:{context:_('Insert Special Character'),menu:_('S~pecial Character...'),},}, 'InsertTable':{presentation:{menu:_('~Table...'),},text:{menu:_('Insert ~Table...'),},}, 'InsertTimeField':{global:{menu:_('Time Field'),},text:{menu:_('~Time'),},}, -- cgit