From 4b240b87cf9c0821d13fe21a78ee218c738468ff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 2 Jan 2020 15:08:18 +0000 Subject: SvxFillTypeBox is now not used directly from any .uis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2fdab55659e41a900690f619e283ad5c28b5e22c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86146 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/source/tbxctrls/itemwin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svx/source/tbxctrls/itemwin.cxx') diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 1341e95b9e5a..5443d4f12751 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -431,8 +431,6 @@ SvxFillTypeBox::SvxFillTypeBox( vcl::Window* pParent ) : Show(); } -VCL_BUILDER_FACTORY(SvxFillTypeBox) - bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) { MouseNotifyEvent nType = rNEvt.GetType(); -- cgit