summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:29:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-17 09:29:14 +0000
commit63692fbfe3aff9686f578ae01468e4d2fb5d8d78 (patch)
tree31d23ddcf4432966d7b41c807b315a622ea73817 /xmlsecurity
parent71c4729ab96862397979280114e694a2bd016fed (diff)
INTEGRATION: CWS jl51 (1.3.30); FILE MERGED
2007/02/05 13:54:23 jl 1.3.30.1: #i69228 warning free code
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/nss/xsec_nss.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
index 9e725031b107..b3cd0d25c705 100644
--- a/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
+++ b/xmlsecurity/source/xmlsec/nss/xsec_nss.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xsec_nss.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:47:06 $
+ * last change: $Author: ihi $ $Date: 2007-04-17 10:29:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ using namespace ::com::sun::star::registry;
extern "C"
{
-sal_Bool SAL_CALL nss_component_writeInfo( void* pServiceManager , void* pRegistryKey )
+sal_Bool SAL_CALL nss_component_writeInfo( void* /*pServiceManager*/ , void* pRegistryKey )
{
sal_Bool result = sal_False;
sal_Int32 i ;
@@ -142,7 +142,7 @@ sal_Bool SAL_CALL nss_component_writeInfo( void* pServiceManager , void* pRegist
return result;
}
-void* SAL_CALL nss_component_getFactory( const sal_Char* pImplName , void* pServiceManager , void* pRegistryKey )
+void* SAL_CALL nss_component_getFactory( const sal_Char* pImplName , void* pServiceManager , void* /*pRegistryKey*/ )
{
void* pRet = 0;
Reference< XSingleServiceFactory > xFactory ;