From 450d195bb8c09866c6988a3b3ac82dbe349f7849 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 27 Feb 2023 09:43:59 +0200 Subject: UITest does not need to be a class Change-Id: I0d9b67076abe0acc20406f594b1724a909504a1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147866 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/source/uitest/uno/uitest_uno.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'vcl') diff --git a/vcl/source/uitest/uno/uitest_uno.cxx b/vcl/source/uitest/uno/uitest_uno.cxx index 9efbd3c3772d..9886b049a43a 100644 --- a/vcl/source/uitest/uno/uitest_uno.cxx +++ b/vcl/source/uitest/uno/uitest_uno.cxx @@ -29,9 +29,6 @@ namespace class UITestUnoObj : public UITestBase { -private: - std::unique_ptr mpUITest; - public: UITestUnoObj(); @@ -56,8 +53,7 @@ public: } -UITestUnoObj::UITestUnoObj(): - mpUITest(new UITest) +UITestUnoObj::UITestUnoObj() { } -- cgit