diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 13:12:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 20:56:53 +0100 |
commit | 951c7cdbe22cee286e0930db849038e1c872782f (patch) | |
tree | 7dc2fdfda6f54a47c973fdeae909fc15c1fbd97f /basctl | |
parent | 3ca92aee38c98ba6e0a21d8531321ca2f0ab6968 (diff) |
TreeListBox doesn't need a factory anymore
Change-Id: Ice5891e39b0fe4e8d2e5d0f26f0e06069494a785
Reviewed-on: https://gerrit.libreoffice.org/81680
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastype2.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 <comphelper/processfactory.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/sfxsids.hrc> -#include <vcl/builderfactory.hxx> #include <vcl/event.hxx> #include <initializer_list> @@ -167,8 +166,6 @@ TreeListBox::TreeListBox (vcl::Window* pParent, WinBits nStyle) SetSelectionMode( SelectionMode::Single ); } -VCL_BUILDER_FACTORY_CONSTRUCTOR(TreeListBox, WB_TABSTOP) - TreeListBox::~TreeListBox () { disposeOnce(); |