From 03d8a9209140a68d29b7441b3588f022cfcaee7c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 5 Sep 2021 15:57:37 +0200 Subject: clang-tidy:readability-redundant-member-init Change-Id: I8590d67f064dd74da42c0e3bf543f2aadbd2b893 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121693 Tested-by: Jenkins Reviewed-by: Noel Grandin --- test/source/screenshot_test.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/source/screenshot_test.cxx b/test/source/screenshot_test.cxx index a79d53a0d87a..f8bd3c6d4068 100644 --- a/test/source/screenshot_test.cxx +++ b/test/source/screenshot_test.cxx @@ -43,8 +43,7 @@ using namespace css::uno; constexpr OUStringLiteral g_aScreenshotDirectory(u"screenshots"); ScreenshotTest::ScreenshotTest() - : maKnownDialogs() - , maParent(nullptr, "vcl/ui/screenshotparent.ui", "ScreenShot") + : maParent(nullptr, "vcl/ui/screenshotparent.ui", "ScreenShot") , mxParentWidget(maParent.getDialog()->weld_content_area()) { if (auto const env = getenv("LO_TEST_LOCALE")) { -- cgit