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<
public:
XMLSecurityContext_MSCryptImpl();
virtual ~XMLSecurityContext_MSCryptImpl() override;
//Methods from XXMLSecurityContext
virtual sal_Int32 SAL_CALL addSecurityEnvironment(
......@@ -82,10 +81,6 @@ XMLSecurityContext_MSCryptImpl::XMLSecurityContext_MSCryptImpl()
{
}
XMLSecurityContext_MSCryptImpl::~XMLSecurityContext_MSCryptImpl()
{
}
sal_Int32 SAL_CALL XMLSecurityContext_MSCryptImpl::addSecurityEnvironment(
const css::uno::Reference< css::xml::crypto::XSecurityEnvironment >& aSecurityEnvironment)
{
......
......@@ -52,7 +52,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper<
{
public:
explicit XMLSignature_MSCryptImpl();
virtual ~XMLSignature_MSCryptImpl() override;
//Methods from XXMLSignature
virtual css::uno::Reference< css::xml::crypto::XXMLSignatureTemplate > SAL_CALL generate(
......@@ -78,9 +77,6 @@ class XMLSignature_MSCryptImpl : public ::cppu::WeakImplHelper<
XMLSignature_MSCryptImpl::XMLSignature_MSCryptImpl() {
}
XMLSignature_MSCryptImpl::~XMLSignature_MSCryptImpl() {
}
/* XXMLSignature */
Reference< XXMLSignatureTemplate >
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