summaryrefslogtreecommitdiffstats
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-29 15:10:01 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-29 15:10:01 +0200
commit076df1e3a3aced76f844901787d2785e1825c0bc (patch)
treef5514a4c28e83451ff6e0e73aee1a3ed066ee378 /sd/uiconfig
parentMerge branch 'master' of git://anongit.freedesktop.org/libreoffice/impress (diff)
downloadcore-076df1e3a3aced76f844901787d2785e1825c0bc.tar.gz
core-076df1e3a3aced76f844901787d2785e1825c0bc.zip
findbar: Add seporator between the Prev/Next and Serch & Replace
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/sdraw/toolbar/findbar.xml9
-rw-r--r--sd/uiconfig/simpress/toolbar/findbar.xml1
2 files changed, 6 insertions, 4 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/findbar.xml b/sd/uiconfig/sdraw/toolbar/findbar.xml
index f1b00a5da458..49e483e178a3 100644
--- a/sd/uiconfig/sdraw/toolbar/findbar.xml
+++ b/sd/uiconfig/sdraw/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>
diff --git a/sd/uiconfig/simpress/toolbar/findbar.xml b/sd/uiconfig/simpress/toolbar/findbar.xml
index c2e10c2a7f41..49e483e178a3 100644
--- a/sd/uiconfig/simpress/toolbar/findbar.xml
+++ b/sd/uiconfig/simpress/toolbar/findbar.xml
@@ -4,5 +4,6 @@
<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>