diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:17:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:17:22 +0000 |
commit | 987f7dc4f805e26909a3ae7fb65762e59fb4b92a (patch) | |
tree | 2d79efb482456879d23e95392052c0821a852372 /remotebridges | |
parent | 72bfc0f50e3966a0a4c95ce17a23b976d610009a (diff) |
INTEGRATION: CWS warnings01 (1.10.80); FILE MERGED
2005/09/22 20:52:41 sb 1.10.80.2: RESYNC: (1.10-1.11); FILE MERGED
2005/09/09 15:43:26 sb 1.10.80.1: #i53898# Made code warning-free.
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/factory/bridgefactory.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remotebridges/source/factory/bridgefactory.cxx b/remotebridges/source/factory/bridgefactory.cxx index 034d76672b78..eff00398dd66 100644 --- a/remotebridges/source/factory/bridgefactory.cxx +++ b/remotebridges/source/factory/bridgefactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bridgefactory.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:23:07 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:17:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -172,8 +172,8 @@ namespace remotebridges_factory OBridgeFactory::OBridgeFactory( const Reference < XComponentContext > &rCtx ) : OComponentHelper( m_mutex ) - , m_rCtx( rCtx ) , m_rSMgr( rCtx->getServiceManager() ) + , m_rCtx( rCtx ) , m_bInitialized( sal_False ) { g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt ); @@ -484,7 +484,7 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime ) //================================================================================================== void SAL_CALL component_getImplementationEnvironment( - const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) + const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } |