diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 11:32:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-20 16:53:35 +0100 |
commit | 17ba74220dd387f09725b113eac23dc0e3303b17 (patch) | |
tree | 382bfeda394bfa86b5347e497fa8d4eb686d942c /svtools | |
parent | 1af23f2679b34f0631cf77d457ed4da3836ab214 (diff) |
no svtlo-ValueSet used in .ui anymore
Change-Id: I1c80b45d4b2a1f4906a6fb4af88dda479afc1b59
Reviewed-on: https://gerrit.libreoffice.org/85595
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueset.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 <tools/debug.hxx> #include <tools/stream.hxx> #include <comphelper/base64.hxx> -#include <vcl/builderfactory.hxx> #include <vcl/decoview.hxx> #include <vcl/event.hxx> #include <vcl/graph.hxx> @@ -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(); |