summaryrefslogtreecommitdiff
path: root/remotebridges
diff options
context:
space:
mode:
Diffstat (limited to 'remotebridges')
-rw-r--r--remotebridges/source/bridge/remote_bridge.cxx8
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;
}