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

loplugin:unnecessaryoverride (dtors) in remotebridges

Change-Id: If9ea62b103f95a9f4abe692c6da2145f825a364f
üst 8ed7c011
......@@ -65,7 +65,6 @@ class ResolverImpl : public WeakImplHelper< XServiceInfo, XUnoUrlResolver >
public:
explicit ResolverImpl( const Reference< XComponentContext > & xSMgr );
virtual ~ResolverImpl() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
......@@ -82,8 +81,6 @@ ResolverImpl::ResolverImpl( const Reference< XComponentContext > & xCtx )
, _xCtx( xCtx )
{}
ResolverImpl::~ResolverImpl() {}
// XServiceInfo
OUString ResolverImpl::getImplementationName()
throw(css::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