From 951c7cdbe22cee286e0930db849038e1c872782f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Oct 2019 13:12:52 +0000 Subject: TreeListBox doesn't need a factory anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ice5891e39b0fe4e8d2e5d0f26f0e06069494a785 Reviewed-on: https://gerrit.libreoffice.org/81680 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basctl/source/basicide/bastype2.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index 4807996a3c75..e450c04a0425 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -33,7 +33,6 @@ #include #include #include -#include #include #include @@ -167,8 +166,6 @@ TreeListBox::TreeListBox (vcl::Window* pParent, WinBits nStyle) SetSelectionMode( SelectionMode::Single ); } -VCL_BUILDER_FACTORY_CONSTRUCTOR(TreeListBox, WB_TABSTOP) - TreeListBox::~TreeListBox () { disposeOnce(); -- cgit