Kaydet (Commit) ea139375 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride (dtors) in sax

Change-Id: I88ef1fc5b154f29f13ddab00626bcfcd67385bd1
üst 4d125764
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment