From 3ec607fbb2bc98924126a0098fbef88c87305ddf Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Tue, 11 Nov 2014 22:17:23 +0400 Subject: fdo#86086 addition of number format submenu and simplifying items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic65cb86872241b0b9425e65883a75b1e7382522e Reviewed-on: https://gerrit.libreoffice.org/12367 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- .../data/org/openoffice/Office/UI/CalcCommands.xcu | 26 ++++++++++++++-------- sc/uiconfig/scalc/menubar/menubar.xml | 11 +++++++++ 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 03d2b847421c..7c8766a2a9d7 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1585,9 +1585,17 @@ 1 + + + Number Format + + + 1 + + - Number Format: Currency + Currency 1 @@ -1595,7 +1603,7 @@ - Number Format: Percent + Percent 1 @@ -1603,7 +1611,7 @@ - Number Format: Standard + General 1 @@ -1611,7 +1619,7 @@ - Number Format : Date + Date 1 @@ -1619,7 +1627,7 @@ - Number Format: Decimal + Number 1 @@ -1627,7 +1635,7 @@ - Number Format: Exponential + Scientific 1 @@ -1635,12 +1643,12 @@ - Number Format: Time + Time - Number Format: Add Decimal Place + Add Decimal Place 1 @@ -1648,7 +1656,7 @@ - Number Format: Delete Decimal Place + Delete Decimal Place 1 diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index 758dba6f286e..02f8779455b5 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -248,6 +248,17 @@ + + + + + + + + + + + -- cgit