summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/odma
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:11:53 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:11:53 +0000
commit6efc8df31a5f857dedf1d067be2f2fc272a53a5a (patch)
tree20645237ae4edacebddf25e1c2ca4b29f50be8cb /ucb/source/ucp/odma
parentf855edf7a8914e94edc5244c557ef110847c7428 (diff)
INTEGRATION: CWS bgdlremove (1.5.40); FILE MERGED
2007/05/11 12:59:02 kso 1.5.40.1: #i76911# - ucbhelper no longer uses VOS
Diffstat (limited to 'ucb/source/ucp/odma')
-rw-r--r--ucb/source/ucp/odma/odma_services.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/ucb/source/ucp/odma/odma_services.cxx b/ucb/source/ucp/odma/odma_services.cxx
index bcbbd741e3..86d582ecf2 100644
--- a/ucb/source/ucp/odma/odma_services.cxx
+++ b/ucb/source/ucp/odma/odma_services.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: odma_services.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:59:05 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 18:11:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,14 +102,14 @@ 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 ** /*ppEnv*/ )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
//=========================================================================
extern "C" sal_Bool SAL_CALL component_writeInfo(
- void * pServiceManager, void * pRegistryKey )
+ void * /*pServiceManager*/, void * pRegistryKey )
{
return pRegistryKey &&
@@ -125,7 +125,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 * /*pRegistryKey*/ )
{
void * pRet = 0;