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

loplugin:unnecessaryoverride (dtors) in embeddedobj

Change-Id: I5a65a8816438b7e777cabeb334a8cd7bcf4c814e
üst 40c04383
......@@ -53,18 +53,12 @@ class DummyHandler_Impl : public ::cppu::WeakImplHelper< task::XInteractionHandl
{
public:
DummyHandler_Impl() {}
virtual ~DummyHandler_Impl() override;
virtual void SAL_CALL handle( const uno::Reference< task::XInteractionRequest >& xRequest )
throw( uno::RuntimeException, std::exception ) override;
};
DummyHandler_Impl::~DummyHandler_Impl()
{
}
void SAL_CALL DummyHandler_Impl::handle( const uno::Reference< task::XInteractionRequest >& )
throw( uno::RuntimeException, std::exception )
{
......
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