summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-13 17:24:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-13 17:24:09 +0100
commit6661bdb076f05427d28a3b069da7ea9ae957cd94 (patch)
tree739c0564990882e1b8a91ec9ac423989b899e3ca /sw
parente20d9867e29c75dbe4c4c87077d461d3c7d5fd86 (diff)
Minor loplugin:unnecessaryoverride improvement
Change-Id: I3afb31b642a47e767dda0614d223b6b7f22e5d54
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/unotbl.hxx1
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index aa18474c3470..7b06cc143e6c 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -245,7 +245,6 @@ public:
SwUnoCursor& GetCursor();
sw::UnoCursorPointer m_pUnoCursor;
SwFrameFormat* GetFrameFormat() const { return const_cast<SwFrameFormat*>(static_cast<const SwFrameFormat*>(GetRegisteredIn())); }
- virtual ~SwXTextTableCursor() override { };
};
struct SwRangeDescriptor
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index 8bb35fc707da..c4cbeebad1d3 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -192,9 +192,6 @@ public:
maTempFile.EnableKillingFile();
}
- virtual ~SwModelTestBase() override
- {}
-
virtual void setUp() override
{
test::BootstrapFixture::setUp();