summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/component
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-07 14:16:06 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-04-09 06:44:49 +0000
commit4cca0169aad7297763beaaabf9e356a40725312d (patch)
treee550df8cc02acbbb208fbecac3167f62dc1520af /xmlsecurity/source/component
parentcfab2fd725276e99fb6fa8b619ca5b2ac3bd025a (diff)
loplugin:staticmethods
Change-Id: I2177e424d54dc2b5e26b7bbfe073b524e9cc5bab Reviewed-on: https://gerrit.libreoffice.org/15187 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlsecurity/source/component')
-rw-r--r--xmlsecurity/source/component/certificatecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
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);