From 6e09abe491801734e9f6a04a63fe42413f436fd0 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 12:44:47 +0000 Subject: INTEGRATION: CWS ooo20040329 (1.11.90); FILE MERGED 2004/03/17 11:18:54 waratah 1.11.90.1: #i1858# remove unused variable Correct spelling mistake in a comment --- bridges/source/remote/urp/urp_dispatch.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bridges') diff --git a/bridges/source/remote/urp/urp_dispatch.cxx b/bridges/source/remote/urp/urp_dispatch.cxx index ee4da62543ca..6dc80c7ee0b3 100644 --- a/bridges/source/remote/urp/urp_dispatch.cxx +++ b/bridges/source/remote/urp/urp_dispatch.cxx @@ -2,9 +2,9 @@ * * $RCSfile: urp_dispatch.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-04-28 16:30:10 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:44:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,6 @@ * ************************************************************************/ #include - #include #include @@ -95,9 +94,8 @@ void SAL_CALL urp_sendCloseConnection( uno_Environment *pEnvRemote ) { MutexGuard guard( pImpl->m_marshalingMutex ); - sal_uInt8 nBitfield = 0; - // send immeadiatly + // send immediately if( ! pImpl->m_blockMarshaler.empty() ) { pImpl->m_pWriter->touch( sal_True ); -- cgit