xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx |    6 
+++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ddb02ccb8acec9ed3078364c96698a7a71b724bc
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Jul 17 17:29:06 2017 +0200

    loplugin:unnecessaryparen: xmlsecurity (clang-cl)
    
    Change-Id: Iaef0f4dda4ea4cb2d3bb67d9007873c89b9aa5c5

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 ;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to