From 1896a09cd831904099df5202bb4d22ec0ddbcb0c 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 Change-Id: I5a40e4d413b583b1de1e3f751493d65d41ff8465 Reviewed-on: https://gerrit.libreoffice.org/29813 Tested-by: Jenkins Reviewed-by: Katarina Behrens --- svx/uiconfig/ui/sidebararea.ui | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx/uiconfig') diff --git a/svx/uiconfig/ui/sidebararea.ui b/svx/uiconfig/ui/sidebararea.ui index 1e839ab71a0c..e85fe45dfa20 100644 --- a/svx/uiconfig/ui/sidebararea.ui +++ b/svx/uiconfig/ui/sidebararea.ui @@ -101,7 +101,6 @@ - True False True Fill gradient from. @@ -146,7 +145,6 @@ - True False True Fill gradient to. -- cgit