summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:03:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:03:32 +0000
commitea49f74e06e593bf472a0171f42132a5487c96f5 (patch)
treedd652fb2c99655465f6445daa861bc31df8c115d /dtrans
parent471bb7b7ecc80e61f6aff3e9c835ccd17f56905f (diff)
INTEGRATION: CWS warnings01 (1.5.4); FILE MERGED
2006/03/09 20:31:50 pl 1.5.4.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/APNDataObject.cxx b/dtrans/source/win32/dtobj/APNDataObject.cxx
index a5d7c413cc65..296bf0132281 100644
--- a/dtrans/source/win32/dtobj/APNDataObject.cxx
+++ b/dtrans/source/win32/dtobj/APNDataObject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: APNDataObject.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:21:07 $
+ * last change: $Author: hr $ $Date: 2006-06-20 06:03:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -102,7 +102,10 @@ CAPNDataObject::CAPNDataObject( IDataObjectPtr rIDataObject ) :
{
OSL_ENSURE(sal_False, "marshalling failed");
- HGLOBAL hGlobal = GlobalFree(m_hGlobal);
+ #if OSL_DEBUG_LEVEL > 0
+ HGLOBAL hGlobal =
+ #endif
+ GlobalFree(m_hGlobal);
OSL_ENSURE(NULL == hGlobal, "GlobalFree failed");
m_hGlobal = NULL;
}