summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/misc/configunoreg.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/misc/configunoreg.cxx b/configmgr/source/misc/configunoreg.cxx
index 8f0b2be25e..e685aefbbc 100644
--- a/configmgr/source/misc/configunoreg.cxx
+++ b/configmgr/source/misc/configunoreg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configunoreg.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:09:30 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:27:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -217,7 +217,7 @@ struct ServiceImplementationRequest
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **ppEnvTypeName,
- uno_Environment **ppEnv
+ uno_Environment ** /* ppEnv */
)
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
@@ -225,8 +225,8 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
//---------------------------------------------------------------------------------------
extern "C" sal_Bool SAL_CALL component_writeInfo(
- void* pServiceManager,
- void* pRegistryKey
+ void* /* pServiceManager */,
+ void* pRegistryKey
)
{
if (pRegistryKey)
@@ -291,7 +291,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
extern "C" void* SAL_CALL component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey)
+ void* /*pRegistryKey*/)
{
void* pRet = 0;
if (pServiceManager)