diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:11:53 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:11:53 +0000 |
commit | cb040617cf9f79c21a9d65ea5c7dfffcd8f4f5e2 (patch) | |
tree | 3f62fa49d01ee90a7194ad0157d66d3fa0c340ea /ucb | |
parent | c4f219a3743d0ff0c289cf735a5116ef462f2ed7 (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')
-rw-r--r-- | ucb/source/ucp/odma/odma_services.cxx | 10 |
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 bcbbd741e349..86d582ecf26e 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; |