summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-17 17:29:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-17 17:29:06 +0200
commitddb02ccb8acec9ed3078364c96698a7a71b724bc (patch)
tree4988b31f30183c1d5c0972fde2f82bd6ebf8d267 /xmlsecurity
parentc88cd3f0a56a3196e6c1f4115bdc976a125ea871 (diff)
loplugin:unnecessaryparen: xmlsecurity (clang-cl)
Change-Id: Iaef0f4dda4ea4cb2d3bb67d9007873c89b9aa5c5
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
index 55b732987d0f..8de01fa987e8 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx
@@ -994,9 +994,9 @@ sal_Int32 SecurityEnvironment_MSCryptImpl::getCertificateCharacters( const css::
if( CryptAcquireCertificatePrivateKey( pCertContext ,
0 ,
nullptr ,
- &( hProv ) ,
- &( dwKeySpec ) ,
- &( fCallerFreeProv ) )
+ &hProv,
+ &dwKeySpec,
+ &fCallerFreeProv )
) {
characters |= css::security::CertificateCharacters::HAS_PRIVATE_KEY ;