summaryrefslogtreecommitdiff
path: root/stoc/source/invocation/invocation.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-02 11:15:56 +0100
commitad91fa995e0af5f0191ee327fe936160081bbf05 (patch)
treeb24c4c267ccb1813e988f29097353043b2cbdce3 /stoc/source/invocation/invocation.cxx
parentb610d25131cc29bd6906e7b380147d60488bd4f4 (diff)
loplugin:unnecessaryoverride (dtors) in stoc
Change-Id: I60652dbac6a76eacdbb4e951a636e7a40e88a6a6
Diffstat (limited to 'stoc/source/invocation/invocation.cxx')
-rw-r--r--stoc/source/invocation/invocation.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx
index 99ec15e5c47d..9f965dcfef2a 100644
--- a/stoc/source/invocation/invocation.cxx
+++ b/stoc/source/invocation/invocation.cxx
@@ -99,7 +99,6 @@ public:
Invocation_Impl( const Any & rAdapted, const Reference<XTypeConverter> &,
const Reference<XIntrospection> &,
const Reference<XIdlReflection> & );
- virtual ~Invocation_Impl() override;
// XInterface
virtual Any SAL_CALL queryInterface( const Type & aType) throw( RuntimeException, std::exception ) override;
@@ -246,9 +245,6 @@ Invocation_Impl::Invocation_Impl
setMaterial( rAdapted );
}
-Invocation_Impl::~Invocation_Impl() {}
-
-
//### INTERFACE IMPLEMENTATIONS ####################################################################
@@ -1072,7 +1068,6 @@ class InvocationService
{
public:
explicit InvocationService( const Reference<XComponentContext> & xCtx );
- virtual ~InvocationService() override;
// XServiceInfo
OUString SAL_CALL getImplementationName() throw( RuntimeException, std::exception ) override;
@@ -1102,8 +1097,6 @@ InvocationService::InvocationService( const Reference<XComponentContext> & xCtx
xIntrospection = theIntrospection::get(xCtx);
}
-InvocationService::~InvocationService() {}
-
// XServiceInfo
OUString InvocationService::getImplementationName() throw( RuntimeException, std::exception )
{