[Libreoffice-commits] core.git: sc/uiconfig
Andrzej J.R. Hunt
andrzej at ahunt.org
Fri May 31 23:27:45 PDT 2013
sc/uiconfig/scalc/toolbar/findbar.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4dccfe055e93fe86ee7604c9137ae189cbc74823
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sat Jun 1 07:20:19 2013 +0100
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
diff --git a/sc/uiconfig/scalc/toolbar/findbar.xml b/sc/uiconfig/scalc/toolbar/findbar.xml
index a3c5c0f..4e8ec6b 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>
More information about the Libreoffice-commits
mailing list