diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-07-29 15:10:01 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-07-29 15:10:01 +0200 |
commit | 076df1e3a3aced76f844901787d2785e1825c0bc (patch) | |
tree | f5514a4c28e83451ff6e0e73aee1a3ed066ee378 /sd/uiconfig/sdraw | |
parent | 569edee8c9c280950b7d1d089e245f60b7480f02 (diff) |
findbar: Add seporator between the Prev/Next and Serch & Replace
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/findbar.xml | 9 |
1 files changed, 5 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> |