From b4008b975c1458d9eca97fcbe06f5245f4a91a7c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 05:04:07 +0000 Subject: INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED 2006/03/09 20:31:51 pl 1.10.4.1: #i55991# removed warnings for windows platform --- dtrans/source/win32/dtobj/DTransHelper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dtobj/DTransHelper.cxx b/dtrans/source/win32/dtobj/DTransHelper.cxx index 9fad94100288..e4be3ebdda70 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.cxx +++ b/dtrans/source/win32/dtobj/DTransHelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DTransHelper.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:22:15 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:04:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,8 +89,8 @@ void SAL_CALL CStgTransferHelper::write( const void* lpData, ULONG cb, ULONG* cb hr = GetHGlobalFromStream( m_lpStream, &hGlob ); OSL_ASSERT( SUCCEEDED( hr ) ); - DWORD dwSize = GlobalSize( hGlob ); - LPVOID lpdbgData = GlobalLock( hGlob ); + /*DWORD dwSize =*/ GlobalSize( hGlob ); + /*LPVOID lpdbgData =*/ GlobalLock( hGlob ); GlobalUnlock( hGlob ); #endif } -- cgit