xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx |    3 ---
 xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx  |    3 ---
 2 files changed, 6 deletions(-)

New commits:
commit baee96e04a3e6b717a23b4e8744ab781ba60a4ce
Author: Samuel Mehrbrodt <[email protected]>
Date:   Thu Feb 23 16:42:09 2017 +0000

    Remove commented out code
    
    Change-Id: I1da07c52380e543b80c7725a8420c1927743257d
    Reviewed-on: https://gerrit.libreoffice.org/34587
    Reviewed-by: Samuel Mehrbrodt <[email protected]>
    Tested-by: Samuel Mehrbrodt <[email protected]>

diff --git a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx 
b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
index 804e69b..b058fc6 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlencryption_nssimpl.cxx
@@ -329,9 +329,6 @@ Reference< XInterface > SAL_CALL 
XMLEncryption_NssImpl::impl_createInstance( con
 }
 
 Reference< XSingleServiceFactory > XMLEncryption_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() ) ;
 }
 
diff --git a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx 
b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
index 3271b54..39aa6e9 100644
--- a/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xmlsignature_nssimpl.cxx
@@ -301,9 +301,6 @@ Reference< XInterface > SAL_CALL 
XMLSignature_NssImpl::impl_createInstance( cons
 }
 
 Reference< XSingleServiceFactory > XMLSignature_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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to