[Libreoffice-commits] core.git: xmlsecurity/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Thu Feb 23 16:36:47 UTC 2017


 xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 3788d6a264b8716fde4a73f2a34bb9b24e1f57d0
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Thu Feb 23 16:34:03 2017 +0000

    Remove commented out code
    
    Change-Id: I36e5f4072ac52a3073d13e4ad5185ead7611e722
    Reviewed-on: https://gerrit.libreoffice.org/34586
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
index 6cf9085..825fdb7 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsecuritycontext_nssimpl.cxx
@@ -154,9 +154,6 @@ Reference< XInterface > SAL_CALL XMLSecurityContext_NssImpl::impl_createInstance
 }
 
 Reference< XSingleServiceFactory > XMLSecurityContext_NssImpl::impl_createFactory( const Reference< XMultiServiceFactory >& aServiceManager ) {
-    //Reference< XSingleServiceFactory > xFactory ;
-    //xFactory = ::cppu::createSingleFactory( aServiceManager , impl_getImplementationName , impl_createInstance , impl_getSupportedServiceNames ) ;
-    //return xFactory ;
     return ::cppu::createSingleFactory( aServiceManager , impl_getImplementationName() , impl_createInstance , impl_getSupportedServiceNames() ) ;
 }
 


More information about the Libreoffice-commits mailing list