Kaydet (Commit) 4dccfe05 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

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
üst 33b64a63
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
<toolbar:toolbaritem xlink:href=".uno:FindText"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/>
<toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
<toolbar:toolbaritem xlink:href=".uno:UpSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
<toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
<toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/>
<toolbar:toolbaritem xlink:href=".uno:MatchCase"/>
<toolbar:toolbarseparator/> <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
</toolbar:toolbar> </toolbar:toolbar>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment