diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-08-02 19:22:05 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-08-10 19:42:01 +0000 |
commit | e12dc8fe8de1099fb1d34ac88d198ff623dbb4be (patch) | |
tree | 59271ac6636209e4a2596981f7e250b1bc2fa375 /sw/uiconfig | |
parent | 2a06a052b920f696a794c2fb847fce63038220e9 (diff) |
tdf#93065 Swap next and previous buttons in find toolbar
Change-Id: Ie07364696175038130cb5b94fbad39b88e646921
Reviewed-on: https://gerrit.libreoffice.org/17473
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/findbar.xml | 2 | ||||
-rw-r--r-- | sw/uiconfig/sweb/toolbar/findbar.xml | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/findbar.xml | 4 | ||||
-rw-r--r-- | sw/uiconfig/swxform/toolbar/findbar.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/findbar.xml b/sw/uiconfig/sglobal/toolbar/findbar.xml index 807ffbfa2dcd..990cc6a8e8ed 100644 --- a/sw/uiconfig/sglobal/toolbar/findbar.xml +++ b/sw/uiconfig/sglobal/toolbar/findbar.xml @@ -20,8 +20,8 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> - <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/sweb/toolbar/findbar.xml b/sw/uiconfig/sweb/toolbar/findbar.xml index 807ffbfa2dcd..990cc6a8e8ed 100644 --- a/sw/uiconfig/sweb/toolbar/findbar.xml +++ b/sw/uiconfig/sweb/toolbar/findbar.xml @@ -20,8 +20,8 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> - <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> <toolbar:toolbarseparator/> diff --git a/sw/uiconfig/swriter/toolbar/findbar.xml b/sw/uiconfig/swriter/toolbar/findbar.xml index f6dfa42cc2cf..7305b61d01e8 100644 --- a/sw/uiconfig/swriter/toolbar/findbar.xml +++ b/sw/uiconfig/swriter/toolbar/findbar.xml @@ -20,16 +20,16 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> - <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:NavigationPopup"/> - <toolbar:toolbaritem xlink:href=".uno:ScrollToNext"/> <toolbar:toolbaritem xlink:href=".uno:ScrollToPrevious"/> + <toolbar:toolbaritem xlink:href=".uno:ScrollToNext"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchLabel"/> </toolbar:toolbar> diff --git a/sw/uiconfig/swxform/toolbar/findbar.xml b/sw/uiconfig/swxform/toolbar/findbar.xml index 807ffbfa2dcd..990cc6a8e8ed 100644 --- a/sw/uiconfig/swxform/toolbar/findbar.xml +++ b/sw/uiconfig/swxform/toolbar/findbar.xml @@ -20,8 +20,8 @@ <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> - <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindAll"/> <toolbar:toolbaritem xlink:href=".uno:MatchCase"/> <toolbar:toolbarseparator/> |