summaryrefslogtreecommitdiff
path: root/basic/qa/cppunit
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-23 18:37:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-11-23 18:37:02 +0100
commitf338935019ab8e0b19cf7b7ce5151d7cf73e9383 (patch)
tree4e50eb315d8bcdbc5bb5373f6c37eb0c94877115 /basic/qa/cppunit
parent5d06df27ad7c4182a5a32d899d52da77238fd13f (diff)
loplugin:unnecessaryoverride (dtors) in basic
Change-Id: I5756b96bcc7563b82e35d3cdfdda3b80692767e5
Diffstat (limited to 'basic/qa/cppunit')
-rw-r--r--basic/qa/cppunit/test_vba.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index 4e5adc312d58..4028ec461a40 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -25,7 +25,6 @@ namespace
{
public:
VBATest() : BootstrapFixture(true, false) {}
- virtual ~VBATest() override {}
void testMiscVBAFunctions();
void testMiscOLEStuff();
// Adds code needed to register the test suite