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

loplugin:unnecessaryoverride (clang-cl)

Change-Id: I96c2e28f14e50eed5b729170cd30fd54f00d89f3
Reviewed-on: https://gerrit.libreoffice.org/50944Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 754d1053
...@@ -44,7 +44,6 @@ class XMLSecurityContext_MSCryptImpl : public ::cppu::WeakImplHelper< ...@@ -44,7 +44,6 @@ class XMLSecurityContext_MSCryptImpl : public ::cppu::WeakImplHelper<
public: public:
XMLSecurityContext_MSCryptImpl(); XMLSecurityContext_MSCryptImpl();
virtual ~XMLSecurityContext_MSCryptImpl() override;
//Methods from XXMLSecurityContext //Methods from XXMLSecurityContext
virtual sal_Int32 SAL_CALL addSecurityEnvironment( virtual sal_Int32 SAL_CALL addSecurityEnvironment(
...@@ -82,10 +81,6 @@ XMLSecurityContext_MSCryptImpl::XMLSecurityContext_MSCryptImpl() ...@@ -82,10 +81,6 @@ XMLSecurityContext_MSCryptImpl::XMLSecurityContext_MSCryptImpl()
{ {
} }
XMLSecurityContext_MSCryptImpl::~XMLSecurityContext_MSCryptImpl()
{
}
sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::addSecurityEnvironment( sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::addSecurityEnvironment(
const css::uno::Reference< css::xml::crypto::XSecurityEnvironment >& aSecurityEnvironment) const css::uno::Reference< css::xml::crypto::XSecurityEnvironment >& aSecurityEnvironment)
{ {
......
...@@ -52,7 +52,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper< ...@@ -52,7 +52,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper<
{ {
public: public:
explicit XMLSignature_MSCryptImpl(); explicit XMLSignature_MSCryptImpl();
virtual ~XMLSignature_MSCryptImpl() override;
//Methods from XXMLSignature //Methods from XXMLSignature
virtual css::uno::Reference< css::xml::crypto::XXMLSignatureTemplate > SAL_CALL generate( virtual css::uno::Reference< css::xml::crypto::XXMLSignatureTemplate > SAL_CALL generate(
...@@ -78,9 +77,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper< ...@@ -78,9 +77,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper<
XMLSignature_MSCryptImpl::XMLSignature_MSCryptImpl() { XMLSignature_MSCryptImpl::XMLSignature_MSCryptImpl() {
} }
XMLSignature_MSCryptImpl::~XMLSignature_MSCryptImpl() {
}
/* XXMLSignature */ /* XXMLSignature */
Reference< XXMLSignatureTemplate > Reference< XXMLSignatureTemplate >
SAL_CALL XMLSignature_MSCryptImpl::generate( SAL_CALL XMLSignature_MSCryptImpl::generate(
......
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