From 171edd9af0a99c76a65b1ab05858bc3a2e298b51 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Fri, 14 Oct 2016 11:39:19 +0200 Subject: tdf#100180: Band-aid fix for non-editable chart sidebar no way should sfx2 sidebar controller be used in a base class, it just wreaks havoc in chart which inherits from this class, but uses its own controller. Since those NotifyResize calls were introduced to prevent cropped widgets on switching between different shape fills, try to make up for that with other means in .ui file (cherry picked from commit 70eac30606402fe6ec628038041433c0e107a87e) Change-Id: I5a40e4d413b583b1de1e3f751493d65d41ff8465 Reviewed-on: https://gerrit.libreoffice.org/30000 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/svx/sidebar/AreaPropertyPanelBase.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index e4ec0dfa2564..ef653bdc219c 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -157,8 +157,6 @@ protected: css::uno::Reference mxFrame; - sfx2::sidebar::SidebarController* mpSidebarController; - DECL_LINK_TYPED(SelectFillTypeHdl, ListBox&, void ); DECL_LINK_TYPED(SelectFillAttrHdl, ListBox&, void ); DECL_LINK_TYPED(ChangeTrgrTypeHdl_Impl, ListBox&, void); -- cgit