diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-03 02:25:07 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-07-30 07:08:44 +0200 |
commit | 9f61005dd9c4bf86e92e4c60677cf06a949a7af7 (patch) | |
tree | 9ab00876068a75b816bcb5d10b9d40296551c1be /svx/util | |
parent | d742c0019435d0bc90c9342492583636099a057f (diff) |
tdf#109309 Currency dropdown is misplaced under Wayland
- Base SvxCurrencyToolBoxControl on PopupWindowController,
so we still allow tearoff, but without marking the window
as self-decorated (unless actually teared-off).
- Add support for toggle state to PopupWindowController.
Change-Id: I60e004e6ada3efe092352cb93be5aae346073f83
Reviewed-on: https://gerrit.libreoffice.org/40557
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svxcore.component | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component index c51f3a63326f..490e39c9e56b 100644 --- a/svx/util/svxcore.component +++ b/svx/util/svxcore.component @@ -44,6 +44,10 @@ constructor="com_sun_star_comp_svx_FrameToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> </implementation> + <implementation name="com.sun.star.comp.svx.CurrencyToolBoxControl" + constructor="com_sun_star_comp_svx_CurrencyToolBoxControl_get_implementation"> + <service name="com.sun.star.frame.ToolbarController"/> + </implementation> <implementation name="com.sun.star.comp.svx.FontNameToolBoxControl" constructor="com_sun_star_comp_svx_FontNameToolBoxControl_get_implementation"> <service name="com.sun.star.frame.ToolbarController"/> |