diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-12-25 03:11:31 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-01-05 00:11:29 +0200 |
commit | 9ae8e4d35681890c5db153c53c74377428fa31d4 (patch) | |
tree | 6f2324fdcc009a4ad1386491c2681031db9c33b3 /sd | |
parent | 835556b51afd21f47b1bd1910cad0b7389ca04a8 (diff) |
Base SvxLineEndWindow on ToolbarPopup
Fixes size and position issues under gtk3/wayland
Change-Id: I357a5935e2b44fd3d5effde8cf7d3499e26384db
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 97a4e08da328..1f467d7f2341 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -186,8 +186,6 @@ void SdDLL::RegisterControllers(SdModule* pMod) SvxColorToolBoxControl::RegisterControl(SID_ATTR_LINE_COLOR, pMod); SvxColorToolBoxControl::RegisterControl(SID_ATTR_FILL_COLOR, pMod); - SvxLineEndToolBoxControl::RegisterControl( SID_ATTR_LINEEND_STYLE, pMod ); - SvxStyleToolBoxControl::RegisterControl(0, pMod); SvxColorToolBoxControl::RegisterControl( SID_ATTR_CHAR_COLOR, pMod ); SvxColorToolBoxControl::RegisterControl( SID_ATTR_CHAR_BACK_COLOR, pMod ); |