diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:44:47 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:44:47 +0000 |
commit | 6e09abe491801734e9f6a04a63fe42413f436fd0 (patch) | |
tree | 3cacc889e8bf1771c246ca996bdd98ef4d958993 /bridges | |
parent | 9f51c0b01ac0b3f8c463a6c8825704707cbb769b (diff) |
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
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/urp/urp_dispatch.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
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 <sal/alloca.h> - #include <osl/mutex.hxx> #include <osl/diagnose.h> @@ -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 ); |