From 7f5fd9d9ebffa692ba670f01f8f833657bb7745f Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Tue, 9 Oct 2018 12:05:31 +0200 Subject: tdf#120429 - Functions Insert Columns Exist Two Times Legacy UNO commands InsertRows and InsertCols hidden from customization Commands are still accessible via macro Also fixed terminology in Draw/Impress for Insert Columns from Left/Right to Before/After Change-Id: I29a6b2fdb7481db43ad1a8ad25be5e9107558bd6 Reviewed-on: https://gerrit.libreoffice.org/61579 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- .../data/org/openoffice/Office/UI/CalcCommands.xcu | 24 ---------------------- .../openoffice/Office/UI/DrawImpressCommands.xcu | 20 ++---------------- .../org/openoffice/Office/UI/GenericCommands.xcu | 17 +++++++++++++++ .../org/openoffice/Office/UI/WriterCommands.xcu | 18 ---------------- 4 files changed, 19 insertions(+), 60 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 32159d1fd480..ca6329aa61ca 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1298,18 +1298,6 @@ 1 - - - - Insert ~Rows Above - - - Rows ~Above - - - 1 - - Insert ~Rows Above @@ -1324,18 +1312,6 @@ 1 - - - - Insert Co~lumns Left - - - Columns ~Left - - - 1 - - Insert Co~lumns Before diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 59ee3828a3cd..a82e0c531123 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1897,14 +1897,6 @@ 1 - - - Insert Row - - - 1 - - Insert Row Below @@ -1932,17 +1924,9 @@ Insert Rows... - - - Insert Column - - - 1 - - - Insert Column Right + Insert Column After 1 @@ -1950,7 +1934,7 @@ - Insert Column Left + Insert Column Before 1 diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index f808ea927ea1..07ad2d7bf0c2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6560,6 +6560,23 @@ ~Right-to-left mark + + + + Insert Row + + + 1 + + + + + Insert Column + + + 1 + + Manage Language diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index fcb924112781..6608a1871ec0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1422,15 +1422,6 @@ 1 - - - - Insert Row - - - 1 - - Insert Rows Below @@ -1461,15 +1452,6 @@ 1 - - - - Insert Column - - - 1 - - Insert Columns After -- cgit