fix:added chart option in insertion-wizard of writer and impress mobile

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: Id52b5fcc0f2d892ac07c7c1327987397ccc3fd96
This commit is contained in:
Rash419 2021-05-11 11:36:36 +05:30 committed by Pranam Lashkari
parent f12eb83739
commit 6f271a4ad5

View file

@ -932,6 +932,7 @@ L.Control.Menubar = L.Control.extend({
name: _UNO('.uno:InsertMenu', 'text'), id: 'insert', type: 'menu', menu: [ name: _UNO('.uno:InsertMenu', 'text'), id: 'insert', type: 'menu', menu: [
{name: _('Local Image...'), id: 'insertgraphic', type: 'action'}, {name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
{name: _UNO('.uno:InsertGraphic', 'text'), id: 'insertgraphicremote', type: 'action'}, {name: _UNO('.uno:InsertGraphic', 'text'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 'text'), id: 'insertcomment', type: 'action'}, {name: _UNO('.uno:InsertAnnotation', 'text'), id: 'insertcomment', type: 'action'},
{name: _UNO('.uno:TableMenu'), id: 'inserttable', type: 'action'}, {name: _UNO('.uno:TableMenu'), id: 'inserttable', type: 'action'},
{type: 'separator'}, {type: 'separator'},
@ -987,6 +988,7 @@ L.Control.Menubar = L.Control.extend({
name: _UNO('.uno:InsertMenu', 'presentation'), id: 'insert', type: 'menu', menu: [ name: _UNO('.uno:InsertMenu', 'presentation'), id: 'insert', type: 'menu', menu: [
{name: _('Local Image...'), id: 'insertgraphic', type: 'action'}, {name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
{name: _UNO('.uno:InsertGraphic', 'presentation'), id: 'insertgraphicremote', type: 'action'}, {name: _UNO('.uno:InsertGraphic', 'presentation'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 'presentation'), id: 'insertcomment', type: 'action'}, {name: _UNO('.uno:InsertAnnotation', 'presentation'), id: 'insertcomment', type: 'action'},
{name: _UNO('.uno:TableMenu'), id: 'inserttable', type: 'action'}, {name: _UNO('.uno:TableMenu'), id: 'inserttable', type: 'action'},
{name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'}, {name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'},