summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:57:59 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:57:59 +0000
commit180fc3bac53070ff8684e3a5507785811544fcda (patch)
treeb47216fc3bfe330885eb8b2daeee126a4264b7f6
parentc52d4d9a1048ee58769818296cd88bccb30950d7 (diff)
INTEGRATION: CWS sb59 (1.5.108); FILE MERGED
2006/08/23 15:19:07 sb 1.5.108.1: #i67487# Made code warning-free (wntmsci10).
-rw-r--r--vcl/source/app/dndhelp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/app/dndhelp.cxx b/vcl/source/app/dndhelp.cxx
index 7ce701c9c0a9..8f77c0122df0 100644
--- a/vcl/source/app/dndhelp.cxx
+++ b/vcl/source/app/dndhelp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dndhelp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 11:47:31 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:57:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,7 @@
using namespace ::com::sun::star;
+vcl::unohelper::DragAndDropClient::~DragAndDropClient() {}
void vcl::unohelper::DragAndDropClient::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& /*dge*/ ) throw (::com::sun::star::uno::RuntimeException)
{