summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:04:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:04:07 +0000
commitb4008b975c1458d9eca97fcbe06f5245f4a91a7c (patch)
tree6d7d7501f59c60409cc51d210ce22d22d9ee0e5d /dtrans
parentb5126ab11a7d78079eb5fc7a387f4dff1b43b4d8 (diff)
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
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/DTransHelper.cxx8
1 files changed, 4 insertions, 4 deletions
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
}