diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-05 15:57:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 09:04:17 +0200 |
commit | 03d8a9209140a68d29b7441b3588f022cfcaee7c (patch) | |
tree | 15da3ccac0bcd9913b7528535c7381eb34e1402b /test/source | |
parent | f547cf17a179ebd7de5c2b4dd2d00d0027a25429 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/screenshot_test.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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")) { |