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 /svx/util | |
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 'svx/util')
-rw-r--r-- | svx/util/svx.component | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component index 084994c0d0ad..ea9f39cdd074 100644 --- a/svx/util/svx.component +++ b/svx/util/svx.component @@ -64,4 +64,7 @@ <implementation name="com.sun.star.svx.UpSearchToolboxController"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.svx.ExitFindbarToolboxController"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> </component> |