diff options
author | jorendc <joren.libreoffice@telenet.be> | 2013-01-07 00:05:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-16 14:10:18 +0000 |
commit | cb701be950ebb7fbbc48a0b6e031915eb9c0d68e (patch) | |
tree | c16184f216eeeb61a9991f835cead18bcfe54f7e /sw/uiconfig | |
parent | 33b05d5de716707e54ae09afe88a7e02c63e388d (diff) |
add close option to findbar in Writer
Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67
Reviewed-on: https://gerrit.libreoffice.org/1557
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/findbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/findbar.xml b/sw/uiconfig/swriter/toolbar/findbar.xml index cca79d99c412..7bf51e71d004 100644 --- a/sw/uiconfig/swriter/toolbar/findbar.xml +++ b/sw/uiconfig/swriter/toolbar/findbar.xml @@ -21,6 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:FindText"/> <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> </toolbar:toolbar> |