[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 29 16:25:46 UTC 2019
vcl/source/treelist/treelistbox.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 93bf9aee23706a36cabbe51c2677752f93d57812
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Oct 29 13:11:04 2019 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Oct 29 17:24:41 2019 +0100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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)
More information about the Libreoffice-commits
mailing list