summaryrefslogtreecommitdiffstats
path: root/sw/uiconfig/sglobal
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-29 15:10:02 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-29 15:11:00 +0200
commita7ca9348bf450861116318b469f4353120d02af8 (patch)
tree905d4ab4501645eedea660e64176a5af9dafc870 /sw/uiconfig/sglobal
parentGet rid of these non-printable chars (diff)
downloadcore-a7ca9348bf450861116318b469f4353120d02af8.tar.gz
core-a7ca9348bf450861116318b469f4353120d02af8.zip
findbar: Add seporator between the Prev/Next and Serch & Replace
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r--sw/uiconfig/sglobal/toolbar/findbar.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/findbar.xml b/sw/uiconfig/sglobal/toolbar/findbar.xml
index f1b00a5da458..49e483e178a3 100644
--- a/sw/uiconfig/sglobal/toolbar/findbar.xml
+++ b/sw/uiconfig/sglobal/toolbar/findbar.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
<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:FindText"/>
- <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
- <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
- <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
+ <toolbar:toolbaritem xlink:href=".uno:FindText"/>
+ <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
+ <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
</toolbar:toolbar>