diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-06 10:20:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-06 10:20:01 +0100 |
commit | 9b8fb821504079e6fb1636dad06e7644a302f39f (patch) | |
tree | a675ecf06e8514fa7f6707b623c75901b6189575 /sfx2/qa/unit | |
parent | c2e070d9a8192e7aceed64a63c716c7317843747 (diff) |
loplugin:unnecessaryoverride
Change-Id: Iac074bd6f59d2fc890459b45801d0a6143c3eb9e
Diffstat (limited to 'sfx2/qa/unit')
-rw-r--r-- | sfx2/qa/unit/sfx2-dialogs-test.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/qa/unit/sfx2-dialogs-test.cxx b/sfx2/qa/unit/sfx2-dialogs-test.cxx index 0426747f2acd..b702161e6c6a 100644 --- a/sfx2/qa/unit/sfx2-dialogs-test.cxx +++ b/sfx2/qa/unit/sfx2-dialogs-test.cxx @@ -30,7 +30,6 @@ private: public: Sfx2DialogsTest(); - virtual ~Sfx2DialogsTest() override; // try to open a dialog void openAnyDialog(); @@ -44,10 +43,6 @@ Sfx2DialogsTest::Sfx2DialogsTest() { } -Sfx2DialogsTest::~Sfx2DialogsTest() -{ -} - void Sfx2DialogsTest::registerKnownDialogsByID(mapType& /*rKnownDialogs*/) { // fill map of known dialogs |