From 4cca0169aad7297763beaaabf9e356a40725312d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 Apr 2015 14:16:06 +0200 Subject: loplugin:staticmethods Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab Reviewed-on: https://gerrit.libreoffice.org/15187 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlsecurity/source/component/certificatecontainer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/component') diff --git a/xmlsecurity/source/component/certificatecontainer.hxx b/xmlsecurity/source/component/certificatecontainer.hxx index 0bf4058f39d2..9d5b2169eb1c 100644 --- a/xmlsecurity/source/component/certificatecontainer.hxx +++ b/xmlsecurity/source/component/certificatecontainer.hxx @@ -39,7 +39,7 @@ class CertificateContainer : public ::cppu::WeakImplHelper2< css::lang::XService Map certMap; Map certTrustMap; - bool SAL_CALL searchMap( const OUString & url, const OUString & certificate_name, Map &_certMap ); + static bool SAL_CALL searchMap( const OUString & url, const OUString & certificate_name, Map &_certMap ); bool SAL_CALL isTemporaryCertificate( const OUString & url, const OUString & certificate_name ) throw(css::uno::RuntimeException); bool SAL_CALL isCertificateTrust( const OUString & url, const OUString & certificate_name ) throw(css::uno::RuntimeException); -- cgit