diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:35:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:05 +0100 |
commit | 5b24b4b9d5132a8137d8d80c320cd2551ecef736 (patch) | |
tree | 1e319b6f19455b2e1ab28a37af81b1cd2b348bf5 /xmlsecurity | |
parent | eaa9a73185e7bf9d222a3efab4eff9af05714250 (diff) |
loplugin:deletedspecial
Change-Id: Ifee378401dd93967aabe14daa673232a9a24982d
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx index 827550f8df57..d47526c4dd90 100644 --- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx @@ -112,8 +112,7 @@ private: DECL_LINK( SignatureVerifyResultListener, XMLSignatureVerifyResult* ); DECL_LINK( StartVerifySignatureElement, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >* ); - // Not allowed: - XMLSignatureHelper(const XMLSignatureHelper&); + XMLSignatureHelper(const XMLSignatureHelper&) SAL_DELETED_FUNCTION; public: XMLSignatureHelper(const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& mrCtx ); |