summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:28 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:28 +0000
commit55a172bcfd39340339fd9bd095cbe275db05eed6 (patch)
tree9a2793773bec8e95e045a1393108634b2d1fe36b /dtrans/source/win32/dnd
parent415b6f4b4ba11d5b50cf39ae874ee8b1c1ec195b (diff)
INTEGRATION: CWS sb56 (1.14.12); FILE MERGED
2006/07/26 14:44:23 sb 1.14.12.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'dtrans/source/win32/dnd')
-rw-r--r--dtrans/source/win32/dnd/target.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/dtrans/source/win32/dnd/target.hxx b/dtrans/source/win32/dnd/target.hxx
index 0bf07aea3e86..a7274a5a8e46 100644
--- a/dtrans/source/win32/dnd/target.hxx
+++ b/dtrans/source/win32/dnd/target.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: target.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 06:03:20 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:49:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -148,9 +148,6 @@ public:
DropTarget(const Reference<XMultiServiceFactory>& sf);
virtual ~DropTarget();
-#if OSL_DEBUG_LEVEL > 1
- virtual void SAL_CALL release();
-#endif
// Overrides WeakComponentImplHelper::disposing which is called by
// WeakComponentImplHelper::dispose
// Must be called.