loplugin:unnecessaryoverride (dtors) in remotebridges
Change-Id: If9ea62b103f95a9f4abe692c6da2145f825a364f
This commit is contained in:
parent
8ed7c011dc
commit
d17d772eee
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue