diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:16:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:16:58 +0000 |
commit | a6e77bc602c1b60c83b6a98696466952d3af6256 (patch) | |
tree | fa1caf1b196cfc59c50b28f8379c6e9e10a56a82 /remotebridges | |
parent | b34828e126c0a03a5f5107b1a64a847c5dbc0006 (diff) |
INTEGRATION: CWS warnings01 (1.8.120); FILE MERGED
2005/09/22 20:51:48 sb 1.8.120.2: RESYNC: (1.8-1.9); FILE MERGED
2005/09/09 15:43:22 sb 1.8.120.1: #i53898# Made code warning-free.
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/bridge/remote_bridge.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remotebridges/source/bridge/remote_bridge.cxx b/remotebridges/source/bridge/remote_bridge.cxx index 3971e3b81208..74e6d9a320f9 100644 --- a/remotebridges/source/bridge/remote_bridge.cxx +++ b/remotebridges/source/bridge/remote_bridge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: remote_bridge.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:22:24 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:16:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -389,7 +389,7 @@ namespace remotebridges_bridge } void ORemoteBridge::thisDisposing( remote_DisposingListener * p, - rtl_uString *pString ) + rtl_uString * ) { ORemoteBridge *m = (ORemoteBridge * ) p; m->dispose(); @@ -460,7 +460,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; } |