diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 15:27:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-16 15:28:40 +0100 |
commit | b2d800eda6189488485c7b5ac5759a89a2b4aa86 (patch) | |
tree | 65ba10678777bb1bf908abdabcce71e46c1bf7b1 /winaccessibility | |
parent | f1639ffe28865e584b42d8e652d7690a15f06297 (diff) |
loplugin:unnecessaryoverride (clang-cl)
Change-Id: Ib98620423606e355cf24ee3954f196d9f073c30d
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/msaaservice_impl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winaccessibility/source/service/msaaservice_impl.cxx b/winaccessibility/source/service/msaaservice_impl.cxx index 20cb117fa8b2..943e70ba27a9 100644 --- a/winaccessibility/source/service/msaaservice_impl.cxx +++ b/winaccessibility/source/service/msaaservice_impl.cxx @@ -64,7 +64,6 @@ private: public: MSAAServiceImpl (); - virtual ~MSAAServiceImpl() override; // XComponent - as used by VCL to lifecycle manage this bridge. virtual void SAL_CALL dispose() @@ -277,10 +276,6 @@ MSAAServiceImpl::MSAAServiceImpl() SAL_WARN( "iacc2", "No VCL toolkit interface to listen to for events"); } -MSAAServiceImpl::~MSAAServiceImpl() -{ -} - void MSAAServiceImpl::dispose() throw (css::uno::RuntimeException, std::exception) { |