diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-05 09:34:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-13 06:47:44 +0000 |
commit | 62223f9a8a4d069b34e37ad0c1bf5b73916a646e (patch) | |
tree | 22220910555ac7f99796c2908392fe008f0c75f5 /include/test | |
parent | 14a7ac2033273fdddfb9748d5fa1e1c0f25b64ca (diff) |
loplugin:unnecessaryoverride
Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae
Reviewed-on: https://gerrit.libreoffice.org/29656
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/screenshot_test.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/test/screenshot_test.hxx b/include/test/screenshot_test.hxx index 6e6ce4a9fd5f..ab6adedc1f7c 100644 --- a/include/test/screenshot_test.hxx +++ b/include/test/screenshot_test.hxx @@ -49,7 +49,6 @@ public: virtual ~ScreenshotTest() override; virtual void setUp() override; - virtual void tearDown() override; /// Dialog creation for known dialogs by Name (path and UIXMLDescription, *.ui file). /// This uses maKnownDialogs to check if known, and if so, calls createDialogByID |