From 5b24b4b9d5132a8137d8d80c320cd2551ecef736 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:35:19 +0100 Subject: loplugin:deletedspecial Change-Id: Ifee378401dd93967aabe14daa673232a9a24982d --- xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xmlsecurity') 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 ); -- cgit