diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:17:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:17:45 +0000 |
commit | 58c58893e19bb400d7e3115e1fe9a5bac47e4d04 (patch) | |
tree | 8168ae669084d98ac5e821f8c9bfb09bc4ea941d /remotebridges | |
parent | 8b7ec7264b438cb0fe3c09fe2428c40e50bd2c15 (diff) |
INTEGRATION: CWS warnings01 (1.5.100); FILE MERGED
2005/09/22 20:53:30 sb 1.5.100.2: RESYNC: (1.5-1.6); FILE MERGED
2005/09/09 15:43:28 sb 1.5.100.1: #i53898# Made code warning-free.
Diffstat (limited to 'remotebridges')
-rw-r--r-- | remotebridges/source/unourl_resolver/unourl_resolver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remotebridges/source/unourl_resolver/unourl_resolver.cxx b/remotebridges/source/unourl_resolver/unourl_resolver.cxx index aeea14af1ea6..4f01cdb0d914 100644 --- a/remotebridges/source/unourl_resolver/unourl_resolver.cxx +++ b/remotebridges/source/unourl_resolver/unourl_resolver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unourl_resolver.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:24:18 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:17:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -242,7 +242,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; } |