From cdd7ef358d8e97ebf13431b78337f61ad5c2c01a Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Thu, 11 Jun 2015 18:13:55 +0400 Subject: tdf#91820 Minor fixes and fix icon links Change-Id: I8b151c09bd8630abfc5b7ec3b56870e0075c8d36 Reviewed-on: https://gerrit.libreoffice.org/16231 Reviewed-by: Yousuf Philips Tested-by: Yousuf Philips --- icon-themes/breeze/links.txt | 8 +++---- icon-themes/galaxy/links.txt | 8 +++---- icon-themes/tango/links.txt | 8 +++---- .../data/org/openoffice/Office/UI/CalcCommands.xcu | 13 +++++++---- .../org/openoffice/Office/UI/GenericCommands.xcu | 2 +- sc/uiconfig/scalc/menubar/menubar.xml | 27 +++++++++++----------- 6 files changed, 36 insertions(+), 30 deletions(-) diff --git a/icon-themes/breeze/links.txt b/icon-themes/breeze/links.txt index 41b7a040c392..9ad8fb147ea9 100644 --- a/icon-themes/breeze/links.txt +++ b/icon-themes/breeze/links.txt @@ -45,10 +45,10 @@ cmd/lc_linespacing.png cmd/lc_spacepara15.png cmd/sc_linespacing.png cmd/sc_spacepara15.png # calc menu entries -cmd/datapilotmenu.png cmd/sc_datadatapilotrun.png -cmd/insertrowsmenu.png cmd/sc_insertrows.png -cmd/insertcolumnsmenu.png cmd/sc_insertcolumns.png -cmd/functiondialog.png cmd/sc_insertformula.png +cmd/sc_datapilotmenu.png cmd/sc_datadatapilotrun.png +cmd/sc_insertrowsmenu.png cmd/sc_insertrows.png +cmd/sc_insertcolumnsmenu.png cmd/sc_insertcolumns.png +cmd/sc_functiondialog.png cmd/sc_insertformula.png # Shapes cmd/lc_basicshapes.png cmd/lc_basicshapes.diamond.png diff --git a/icon-themes/galaxy/links.txt b/icon-themes/galaxy/links.txt index 2c5cb9e21c88..2e42f1194ebd 100644 --- a/icon-themes/galaxy/links.txt +++ b/icon-themes/galaxy/links.txt @@ -40,10 +40,10 @@ cmd/sc_mirrorhorz.png cmd/sc_fliphorizontal.png cmd/sc_mirrorvert.png cmd/sc_flipvertical.png # calc menu entries -cmd/datapilotmenu.png cmd/sc_datadatapilotrun.png -cmd/insertrowsmenu.png cmd/sc_insertrows.png -cmd/insertcolumnsmenu.png cmd/sc_insertcolumns.png -cmd/functiondialog.png cmd/sc_insertformula.png +cmd/sc_datapilotmenu.png cmd/sc_datadatapilotrun.png +cmd/sc_insertrowsmenu.png cmd/sc_insertrows.png +cmd/sc_insertcolumnsmenu.png cmd/sc_insertcolumns.png +cmd/sc_functiondialog.png cmd/sc_insertformula.png # image/object context menu entries cmd/sc_wrapmenu.png cmd/sc_wrapon.png diff --git a/icon-themes/tango/links.txt b/icon-themes/tango/links.txt index e75badaea0f8..7ee19c8fff8a 100644 --- a/icon-themes/tango/links.txt +++ b/icon-themes/tango/links.txt @@ -415,10 +415,10 @@ cmd/he/sc_undo.png cmd/fa/sc_undo.png cmd/he/lc_undo.png cmd/fa/lc_undo.png # calc menu entries -cmd/datapilotmenu.png cmd/sc_datadatapilotrun.png -cmd/insertrowsmenu.png cmd/sc_insertrows.png -cmd/insertcolumnsmenu.png cmd/sc_insertcolumns.png -cmd/functiondialog.png cmd/sc_insertformula.png +cmd/sc_datapilotmenu.png cmd/sc_datadatapilotrun.png +cmd/sc_insertrowsmenu.png cmd/sc_insertrows.png +cmd/sc_insertcolumnsmenu.png cmd/sc_insertcolumns.png +cmd/sc_functiondialog.png cmd/sc_insertformula.png # RTL Problems cmd/sc_recundo.png cmd/sc_undo.png diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 87c1e4cd2c23..891ac1e23c77 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -331,10 +331,10 @@ - ~Create Pivot Table... + Insert Pivot Table... - ~Create... + Pi~vot Table... 1 @@ -390,7 +390,7 @@ - Chart From File + Chart From File... @@ -1879,7 +1879,12 @@ - ~Names Cells + ~Name Cells + + + + + Edit Comment diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 0cea40856add..0531f3391c7d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3446,7 +3446,7 @@ - ~Hyperlink + ~Hyperlink... 9 diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index bebe8a7884cd..153fe0d03bd8 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -55,9 +55,9 @@ - + @@ -110,7 +110,6 @@ - @@ -151,6 +150,16 @@ + + + + + + + + + + @@ -164,30 +173,21 @@ - - - - - - - - - + - - + @@ -277,6 +277,7 @@ + -- cgit