diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 13:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 06:51:11 +0000 |
commit | 4142e0a0c05c29a203799cc96630b17133ca2b40 (patch) | |
tree | 20374d18722e4f99b0e53e557398f697cfa601f5 /xmlsecurity | |
parent | 32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0 (diff) |
loplugin: unnecessary destructor writerfilter..xmloff
Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5
Reviewed-on: https://gerrit.libreoffice.org/33578
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity')
4 files changed, 0 insertions, 4 deletions
diff --git a/xmlsecurity/source/component/certificatecontainer.hxx b/xmlsecurity/source/component/certificatecontainer.hxx index c1fe605fc183..0319c29d43b7 100644 --- a/xmlsecurity/source/component/certificatecontainer.hxx +++ b/xmlsecurity/source/component/certificatecontainer.hxx @@ -48,7 +48,6 @@ class CertificateContainer : public ::cppu::WeakImplHelper< css::lang::XServiceI public: explicit CertificateContainer(const css::uno::Reference< css::lang::XMultiServiceFactory >& ) {} - virtual ~CertificateContainer() override {} virtual sal_Bool SAL_CALL addCertificate( const OUString & url, const OUString & certificate_name, sal_Bool trust ) override; virtual css::security::CertificateContainerStatus SAL_CALL hasCertificate( const OUString & url, const OUString & certificate_name ) override; diff --git a/xmlsecurity/source/framework/elementcollector.hxx b/xmlsecurity/source/framework/elementcollector.hxx index 21ed0af8a072..03592acf337e 100644 --- a/xmlsecurity/source/framework/elementcollector.hxx +++ b/xmlsecurity/source/framework/elementcollector.hxx @@ -68,7 +68,6 @@ public: css::xml::crypto::sax::ElementMarkPriority nPriority, bool bToModify, const css::uno::Reference< css::xml::crypto::sax::XReferenceResolvedListener >& xReferenceResolvedListener); - virtual ~ElementCollector() override {}; css::xml::crypto::sax::ElementMarkPriority getPriority() const { return m_nPriority;} bool getModify() const { return m_bToModify;} diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx index 098e41ee3034..9c4503b7ea39 100644 --- a/xmlsecurity/source/helper/xsecparser.hxx +++ b/xmlsecurity/source/helper/xsecparser.hxx @@ -112,7 +112,6 @@ public: XSecParser( XSecController* pXSecController, const css::uno::Reference< css::xml::sax::XDocumentHandler >& xNextHandler ); - virtual ~XSecParser() override {}; /* * XDocumentHandler diff --git a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx index 67a47d17db31..70beb87eb6a6 100644 --- a/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx +++ b/xmlsecurity/source/xmlsec/xmlelementwrapper_xmlsecimpl.hxx @@ -54,7 +54,6 @@ private: public: explicit XMLElementWrapper_XmlSecImpl(const xmlNodePtr pNode); - virtual ~XMLElementWrapper_XmlSecImpl() override {}; /* XXMLElementWrapper */ |