summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-29 13:11:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-10-29 17:24:41 +0100
commit93bf9aee23706a36cabbe51c2677752f93d57812 (patch)
treef6527dc1d4105f73fc70ccf50a10483c775a6db1
parent2813400886ad1b8dda4675e2696d4aa4c599fc8c (diff)
SvTreeListBox doesn't need a factory anymore
Change-Id: Iada22d8300a3189e9b1eacee7042523686acb60b Reviewed-on: https://gerrit.libreoffice.org/81679 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/treelist/treelistbox.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index b7bd338ff831..fdbf2df8b671 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -28,7 +28,6 @@
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <vcl/svapp.hxx>
#include <vcl/accel.hxx>
-#include <vcl/builderfactory.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/uitest/uiobject.hxx>
@@ -389,8 +388,6 @@ SvTreeListBox::SvTreeListBox(vcl::Window* pParent, WinBits nWinStyle) :
SetSublistOpenWithLeftRight();
}
-VCL_BUILDER_FACTORY_CONSTRUCTOR(SvTreeListBox, WB_TABSTOP)
-
void SvTreeListBox::Clear()
{
if (pModel)