loplugin:unnecessaryoverride (dtors) in remotebridges
Change-Id: If9ea62b103f95a9f4abe692c6da2145f825a364f
This commit is contained in:
@@ -65,7 +65,6 @@ class ResolverImpl : public WeakImplHelper< XServiceInfo, XUnoUrlResolver >
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit ResolverImpl( const Reference< XComponentContext > & xSMgr );
|
explicit ResolverImpl( const Reference< XComponentContext > & xSMgr );
|
||||||
virtual ~ResolverImpl() override;
|
|
||||||
|
|
||||||
// XServiceInfo
|
// XServiceInfo
|
||||||
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
|
virtual OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException, std::exception) override;
|
||||||
@@ -82,8 +81,6 @@ ResolverImpl::ResolverImpl( const Reference< XComponentContext > & xCtx )
|
|||||||
, _xCtx( xCtx )
|
, _xCtx( xCtx )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
ResolverImpl::~ResolverImpl() {}
|
|
||||||
|
|
||||||
// XServiceInfo
|
// XServiceInfo
|
||||||
OUString ResolverImpl::getImplementationName()
|
OUString ResolverImpl::getImplementationName()
|
||||||
throw(css::uno::RuntimeException, std::exception)
|
throw(css::uno::RuntimeException, std::exception)
|
||||||
|
Reference in New Issue
Block a user