summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:53:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:53:46 +0000
commit331d787370d8a7b961af666527e23141d1172b67 (patch)
tree7fbc0faf4583d9a980ff02e7a0e555f7567bf4c0 /bridges/source
parent56309c3bc91da3e4b5f9a8aa2d56a4d0bf3f5f7d (diff)
INTEGRATION: CWS warnings01 (1.12.196); FILE MERGED
2005/09/22 18:38:30 sb 1.12.196.2: RESYNC: (1.12-1.13); FILE MERGED 2005/09/09 12:38:14 sb 1.12.196.1: #i53898# Made code warning-free.
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/remote/urp/urp_reader.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/bridges/source/remote/urp/urp_reader.cxx b/bridges/source/remote/urp/urp_reader.cxx
index c227f6209359..19ac55a9449f 100644
--- a/bridges/source/remote/urp/urp_reader.cxx
+++ b/bridges/source/remote/urp/urp_reader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: urp_reader.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:48:39 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:53:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,9 +68,8 @@ namespace bridges_urp
*
***/
void SAL_CALL urp_releaseRemoteCallback (
- remote_Interface *pRemoteI,rtl_uString *pOid,
- typelib_TypeDescriptionReference *pTypeRef,
- uno_Environment *pEnvRemote )
+ remote_Interface *, rtl_uString *pOid,
+ typelib_TypeDescriptionReference *pTypeRef, uno_Environment *pEnvRemote )
{
remote_Context *pContext = (remote_Context *) pEnvRemote->pContext;
urp_BridgeImpl *pImpl = (urp_BridgeImpl*) ( pContext->m_pBridgeImpl );