summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:01:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:01:35 +0100
commitea1393758ef493d74fb6b1ae7e1c55cda34ba767 (patch)
treeee3556e4506620fd694773090b5bf5551eb5010f /sax
parent4d1257641e28f8df3d8def5e80280be5b1edbddb (diff)
loplugin:unnecessaryoverride (dtors) in sax
Change-Id: I88ef1fc5b154f29f13ddab00626bcfcd67385bd1
Diffstat (limited to 'sax')
-rw-r--r--sax/qa/cppunit/parser.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/qa/cppunit/parser.cxx b/sax/qa/cppunit/parser.cxx
index 03b2499b5c4f..c77277bcb456 100644
--- a/sax/qa/cppunit/parser.cxx
+++ b/sax/qa/cppunit/parser.cxx
@@ -27,7 +27,6 @@ class DummyTokenHandler : public cppu::WeakImplHelper< xml::sax::XFastTokenHandl
{
public:
DummyTokenHandler() {}
- virtual ~DummyTokenHandler() override {}
virtual sal_Int32 SAL_CALL getTokenFromUTF8( const uno::Sequence<sal_Int8>& )
throw (uno::RuntimeException, std::exception) override