summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:14 +0000
commit415b6f4b4ba11d5b50cf39ae874ee8b1c1ec195b (patch)
tree609ecea688c46ad90fac84672c601e5aaab0d2bd /dtrans
parent3b786759b9cb9ef5b298c2ecd90716c3b6acd9ad (diff)
INTEGRATION: CWS sb56 (1.24.12); FILE MERGED
2006/07/26 14:44:22 sb 1.24.12.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/target.cxx17
1 files changed, 2 insertions, 15 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx
index 490161bd10bd..5d4806d42aad 100644
--- a/dtrans/source/win32/dnd/target.cxx
+++ b/dtrans/source/win32/dnd/target.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: target.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:03:08 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:49:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,19 +129,6 @@ void SAL_CALL DropTarget::disposing()
}
-#if OSL_DEBUG_LEVEL > 1
-void SAL_CALL DropTarget::release()
-{
- if( m_refCount == 1)
- {
- int a = m_refCount;
- }
- WeakComponentImplHelper3<XInitialization, XDropTarget, XServiceInfo>::release();
-
-}
-#endif
-
-
void SAL_CALL DropTarget::initialize( const Sequence< Any >& aArguments )
throw(Exception, RuntimeException)
{