diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-27 15:55:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-28 07:18:23 +0200 |
commit | 18f80da7a689ab962735c0f657497b8f1ed4d606 (patch) | |
tree | 0053645981775d0ed756f4e751c9626e492b5b94 /xmlsecurity/source/framework | |
parent | b32ead5dd27c6f2b760e4196ebe0378fb8ec1a69 (diff) |
loplugin:checkunusedparams more part2
Change-Id: Ibb940c2a7098313dfa282734894b1abc1ac40bc2
Reviewed-on: https://gerrit.libreoffice.org/40489
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity/source/framework')
-rw-r--r-- | xmlsecurity/source/framework/signaturecreatorimpl.cxx | 6 | ||||
-rw-r--r-- | xmlsecurity/source/framework/signatureverifierimpl.cxx | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/xmlsecurity/source/framework/signaturecreatorimpl.cxx b/xmlsecurity/source/framework/signaturecreatorimpl.cxx index d938601afed7..b94a97583018 100644 --- a/xmlsecurity/source/framework/signaturecreatorimpl.cxx +++ b/xmlsecurity/source/framework/signaturecreatorimpl.cxx @@ -191,12 +191,6 @@ cssu::Sequence< OUString > SAL_CALL SignatureCreatorImpl_getSupportedServiceName return aRet; } -cssu::Reference< cssu::XInterface > SAL_CALL SignatureCreatorImpl_createInstance( - const cssu::Reference< cssl::XMultiServiceFactory >& /*xMSF*/ ) -{ - return static_cast<cppu::OWeakObject*>(new SignatureCreatorImpl); -} - /* XServiceInfo */ OUString SAL_CALL SignatureCreatorImpl::getImplementationName( ) { diff --git a/xmlsecurity/source/framework/signatureverifierimpl.cxx b/xmlsecurity/source/framework/signatureverifierimpl.cxx index 0ae3b619ddcc..b02a78ee9d74 100644 --- a/xmlsecurity/source/framework/signatureverifierimpl.cxx +++ b/xmlsecurity/source/framework/signatureverifierimpl.cxx @@ -145,12 +145,6 @@ cssu::Sequence< OUString > SAL_CALL SignatureVerifierImpl_getSupportedServiceNam return aRet; } -cssu::Reference< cssu::XInterface > SAL_CALL SignatureVerifierImpl_createInstance( - const cssu::Reference< cssl::XMultiServiceFactory >& /*rSMgr*/) -{ - return static_cast<cppu::OWeakObject*>(new SignatureVerifierImpl); -} - /* XServiceInfo */ OUString SAL_CALL SignatureVerifierImpl::getImplementationName( ) { |