summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-27 20:09:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-28 12:59:40 +0200
commitfaa36a5310f432a245baa8e9f765e759ab1cba2d (patch)
tree30d92dbef049988e6a3af296225e04a555753b98 /vcl
parentfe72feef80a4336be9a57a8137839de1d52b2601 (diff)
mark OKButton and HelpButton as final
Change-Id: Ifc17271a202a36cc2801fcb67057c294791033ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101499 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/lifecycle.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx
index 078fb3266623..6ab9d30625b1 100644
--- a/vcl/qa/cppunit/lifecycle.cxx
+++ b/vcl/qa/cppunit/lifecycle.cxx
@@ -296,9 +296,6 @@ void LifecycleTest::testLeakage()
VclPtr<vcl::Window> xParent = aObjects.back()->getRef();
aObjects.push_back(LeakTestObject::Create<PushButton>(xParent));
- aObjects.push_back(LeakTestObject::Create<OKButton>(xParent));
- aObjects.push_back(LeakTestObject::Create<CancelButton>(xParent));
- aObjects.push_back(LeakTestObject::Create<HelpButton>(xParent));
aObjects.push_back(LeakTestObject::Create<CheckBox>(xParent));
aObjects.push_back(LeakTestObject::Create<Edit>(xParent));
aObjects.push_back(LeakTestObject::Create<ComboBox>(xParent));