summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-06-01 07:20:19 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-06-01 07:26:19 +0100
commit4dccfe055e93fe86ee7604c9137ae189cbc74823 (patch)
tree72459b2dae6b2eef956c7e6b7723a2bfbb285c02
parent33b64a638d94bd4dc38f12ae95d3e0e6415c7724 (diff)
Fix FindBar ordering of "Match Case"/"Find All" for scalc.
The "Find All" and "Match Case" buttons were previously in opposite order in calc to those in writer/impress/draw. "Find All" should be before "Match Case". Change-Id: I41171742f18cfb9efd63ed8ffb2b2acc32a17a01
-rw-r--r--sc/uiconfig/scalc/toolbar/findbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/toolbar/findbar.xml b/sc/uiconfig/scalc/toolbar/findbar.xml
index a3c5c0f20cea..4e8ec6ba0743 100644
--- a/sc/uiconfig/scalc/toolbar/findbar.xml
+++ b/sc/uiconfig/scalc/toolbar/findbar.xml
@@ -22,8 +22,8 @@
<toolbar:toolbaritem xlink:href=".uno:FindText"/>
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
<toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
- <toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
<toolbar:toolbaritem xlink:href=".uno:FindAll"/>
+ <toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
</toolbar:toolbar>