diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-12-10 23:21:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-11 08:57:37 +0100 |
commit | aad6e593f7e856f716de57304e007fec789e37eb (patch) | |
tree | 344200954835695e9176cc4ab6a5a21504699b0f /xmlsecurity | |
parent | e28ed8c0fb2ffcf5d3a282563ee3a1bf5687b875 (diff) |
loplugin:salcall (clang-cl)
Change-Id: I31018af8d992c9496f01a72925e24d9b362e340d
Reviewed-on: https://gerrit.libreoffice.org/46204
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx index b8bb8da2bd27..c9a9b3fe7c0f 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.hxx @@ -96,7 +96,7 @@ class SecurityEnvironment_MSCryptImpl : public ::cppu::WeakImplHelper< /// @throws css::uno::SecurityException /// @throws css::uno::RuntimeException - virtual css::uno::Reference< css::security::XCertificate > SAL_CALL getCertificate( + virtual css::uno::Reference< css::security::XCertificate > getCertificate( const OUString& issuerName, const OUString& serialNumber ) ; |