From d02f65a0d16e37a984cce6a471d0e846f9d15747 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 22:38:36 +0000 Subject: INTEGRATION: CWS warnings01 (1.2.88); FILE MERGED 2005/09/22 18:06:29 sb 1.2.88.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/09 12:37:22 sb 1.2.88.1: #i53898# Made code warning-free. --- bridges/inc/bridges/remote/bridgeimpl.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bridges/inc') diff --git a/bridges/inc/bridges/remote/bridgeimpl.hxx b/bridges/inc/bridges/remote/bridgeimpl.hxx index 83e951487988..1b2625abf42a 100644 --- a/bridges/inc/bridges/remote/bridgeimpl.hxx +++ b/bridges/inc/bridges/remote/bridgeimpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: bridgeimpl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:11:02 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:38:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ namespace bridges_remote { public: // performance optimization. In some cases, it is not necessary to acquire the // environment. - RemoteThreadCounter( uno_Environment *pEnvRemote, RemoteThreadCounter_HoldEnvWeak value ) + RemoteThreadCounter( uno_Environment *pEnvRemote, RemoteThreadCounter_HoldEnvWeak ) : m_bReleaseEnvironment( sal_False ) , m_pEnvRemote( pEnvRemote ) { -- cgit