diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 20:25:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 22:00:41 +0100 |
commit | d543b4df8084da777ea9624619d684a14cb91cb9 (patch) | |
tree | 14fd375036c2d1bdc483beb4cd1c0e88b0b37e26 /vcl/qa/unit | |
parent | dc024cdd91e3c33eeff8eea22fdef0d90d4dd2c0 (diff) |
'make screenshot' loplugin fixes
Change-Id: Ibebcd1c1ebfea0ecdf9d90b6f8bcc8ceb87df456
Diffstat (limited to 'vcl/qa/unit')
-rw-r--r-- | vcl/qa/unit/vcl-dialogs-test.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/vcl/qa/unit/vcl-dialogs-test.cxx b/vcl/qa/unit/vcl-dialogs-test.cxx index 5ad8e1099a0c..2e15a2664f5f 100644 --- a/vcl/qa/unit/vcl-dialogs-test.cxx +++ b/vcl/qa/unit/vcl-dialogs-test.cxx @@ -30,9 +30,7 @@ private: public: VclDialogsTest(); - virtual ~VclDialogsTest(); - - virtual void setUp() override; + virtual ~VclDialogsTest() override; // try to open a dialog void openAnyDialog(); @@ -50,11 +48,6 @@ VclDialogsTest::~VclDialogsTest() { } -void VclDialogsTest::setUp() -{ - ScreenshotTest::setUp(); -} - void VclDialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { // fill map of known dilogs |