summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:27:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:27:16 +0000
commit4f3b7b70997b60c53c8cc5cb915a70e2849c89f6 (patch)
tree65af6ad2fc3ecdacaef4eb8c901e4824cd0aed3f /configmgr
parentdb82b8c6808a60ac0b9260c567f6e52ff21482da (diff)
INTEGRATION: CWS warnings01 (1.29.4); FILE MERGED
2006/02/14 10:17:35 cd 1.29.4.2: #i55991# Fix warnings for ms c++ compiler 2005/11/01 12:47:26 cd 1.29.4.1: #i53898# Warning free code for sun solaris compiler
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)