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

New commits:
commit 3788d6a264b8716fde4a73f2a34bb9b24e1f57d0
Author: Samuel Mehrbrodt <samuel.mehrbr...@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.mehrbr...@cib.de>
    Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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() ) ;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to