summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-12-03 05:31:02 +0400
committerYousuf Philips <philipz85@hotmail.com>2014-12-03 16:31:32 +0000
commit6583a82584ae9e716cd27f05ce02b3b63b6d4c80 (patch)
tree8bcee6eb154a6469d04a116a20a13093351f70ae /sc
parent21f755aad421927ed622ba48d567205121500e57 (diff)
fdo#85594 enabling date format and rearranging others
Change-Id: I839f6a3a01c1a9758b7997858416f15b73dba0bd Reviewed-on: https://gerrit.libreoffice.org/13284 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit ebf31a9b2c98167c2d46e16a19a75c287b0a4c6b) Reviewed-on: https://gerrit.libreoffice.org/13291
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/toolbar/formatobjectbar.xml14
-rw-r--r--sc/uiconfig/scalc/toolbar/standardbar.xml2
2 files changed, 8 insertions, 8 deletions
diff --git a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
index ab547e6f75b0..2de1389e12e6 100644
--- a/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
+++ b/sc/uiconfig/scalc/toolbar/formatobjectbar.xml
@@ -44,12 +44,6 @@
<toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:WrapText"/>
<toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
- <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
- <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
- <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
- <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:AlignTop" toolbar:style="radio auto"/>
<toolbar:toolbaritem xlink:href=".uno:AlignVCenter" toolbar:style="radio auto"/>
<toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio auto"/>
@@ -58,7 +52,7 @@
<toolbar:toolbaritem xlink:href=".uno:NumberFormatCurrency"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/>
- <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatScientific" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecDecimals"/>
@@ -76,4 +70,10 @@
<toolbar:toolbaritem xlink:href=".uno:IconSetFormatDialog" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="false"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:ParaLeftToRight" toolbar:style="radio"/>
+ <toolbar:toolbaritem xlink:href=".uno:ParaRightToLeft" toolbar:style="radio"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:TextdirectionLeftToRight"/>
+ <toolbar:toolbaritem xlink:href=".uno:TextdirectionTopToBottom"/>
</toolbar:toolbar>
diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index ed439fd379b6..3428567c08ca 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -47,8 +47,8 @@
<toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertRows"/>
- <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/>
<toolbar:toolbaritem xlink:href=".uno:InsertColumns"/>
+ <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/>
<toolbar:toolbaritem xlink:href=".uno:ToggleMergeCells"/>
<toolbar:toolbaritem xlink:href=".uno:SplitCell" toolbar:visible="false"/>