From 9ae8e4d35681890c5db153c53c74377428fa31d4 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 25 Dec 2016 03:11:31 +0200 Subject: Base SvxLineEndWindow on ToolbarPopup Fixes size and position issues under gtk3/wayland Change-Id: I357a5935e2b44fd3d5effde8cf7d3499e26384db --- sc/source/ui/app/scdll.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/app/scdll.cxx') diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 6bec0130bcc3..0d9df6592b08 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -162,7 +162,6 @@ void ScDLL::Init() SvxLineWidthToolBoxControl ::RegisterControl(0, pMod); SvxColorToolBoxControl ::RegisterControl(SID_ATTR_LINE_COLOR, pMod); SvxColorToolBoxControl ::RegisterControl(SID_ATTR_FILL_COLOR, pMod); - SvxLineEndToolBoxControl ::RegisterControl(SID_ATTR_LINEEND_STYLE, pMod); SvxStyleToolBoxControl ::RegisterControl(SID_STYLE_APPLY, pMod); SvxColorToolBoxControl ::RegisterControl(SID_ATTR_CHAR_COLOR, pMod); SvxColorToolBoxControl ::RegisterControl(SID_BACKGROUND_COLOR, pMod); -- cgit