From 17ba74220dd387f09725b113eac23dc0e3303b17 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 20 Dec 2019 11:32:12 +0000 Subject: no svtlo-ValueSet used in .ui anymore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1c80b45d4b2a1f4906a6fb4af88dda479afc1b59 Reviewed-on: https://gerrit.libreoffice.org/85595 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/control/valueset.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'svtools') diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 946c27a6d957..8df48ebf6a9a 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -98,9 +97,6 @@ ValueSet::ValueSet( vcl::Window* pParent, WinBits nWinStyle ) : ImplInitSettings( true, true, true ); } - -VCL_BUILDER_FACTORY_CONSTRUCTOR(ValueSet, WB_TABSTOP) - ValueSet::~ValueSet() { disposeOnce(); -- cgit