summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:48:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:48:41 +0000
commit21c164a22e632ce340cdefc372d94817d46aa8a5 (patch)
tree7aa2563a8313fa7eff8925f2c9f6c5e417a2a45b /dtrans/source/win32/dnd/source.cxx
parent6099bfa43a7cc55228aca3dee4c66d8bc18eaa34 (diff)
INTEGRATION: CWS sb56 (1.19.10); FILE MERGED
2006/07/26 14:44:22 sb 1.19.10.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'dtrans/source/win32/dnd/source.cxx')
-rw-r--r--dtrans/source/win32/dnd/source.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx
index 46e7e22fd3d4..e920039bf9b8 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: source.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:02:45 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:48:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -245,20 +245,6 @@ void SAL_CALL DragSource::startDrag(
}
//----------------------------------------------------
-/**
-*/
-#if OSL_DEBUG_LEVEL > 1
-void SAL_CALL DragSource::release()
-{
- if( m_refCount == 1)
- {
- int a = m_refCount;
- }
- WeakComponentImplHelper3< XDragSource, XInitialization, XServiceInfo>::release();
-}
-#endif
-
-//----------------------------------------------------
/**IDropTarget
*/
HRESULT STDMETHODCALLTYPE DragSource::QueryInterface( REFIID riid, void **ppvObject)