summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbserv.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:17:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:17:22 +0000
commitdbdeb708c33b38a8385bd825222ebba3ac733752 (patch)
tree8cdfce45de33208ccce33be186e14e7eea634255 /ucb/source/core/ucbserv.cxx
parent873f959b72c32654975d4ffbf2ae8d7da54ab3f1 (diff)
INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED
2005/11/09 21:01:39 sb 1.8.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source/core/ucbserv.cxx')
-rw-r--r--ucb/source/core/ucbserv.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/ucb/source/core/ucbserv.cxx b/ucb/source/core/ucbserv.cxx
index 37cb38152570..c20791832b3a 100644
--- a/ucb/source/core/ucbserv.cxx
+++ b/ucb/source/core/ucbserv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ucbserv.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:17:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:17:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,14 +102,13 @@ static sal_Bool writeInfo( void * pRegistryKey,
//=========================================================================
extern "C" void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
//=========================================================================
-extern "C" sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager, void * pRegistryKey )
+extern "C" sal_Bool SAL_CALL component_writeInfo( void *, void * pRegistryKey )
{
return pRegistryKey &&
@@ -148,7 +147,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo(
//=========================================================================
extern "C" void * SAL_CALL component_getFactory(
- const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
+ const sal_Char * pImplName, void * pServiceManager, void * )
{
void * pRet = 0;