summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:25:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-30 13:25:36 +0000
commitce0fd0e6b05f87bc814ebf913f743a34bacf789c (patch)
tree287c9a644e54f157ddf700fa1d783b7147cf27f5 /framework
parentc83730d45f62cd1233ad61cbe3b241b6e9557116 (diff)
INTEGRATION: CWS vcl13 (1.7.46); FILE MERGED
2003/06/13 17:58:55 pl 1.7.46.1: #110062# DropTargetListener never called dropComplete
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/droptargetlistener.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/source/classes/droptargetlistener.cxx b/framework/source/classes/droptargetlistener.cxx
index aadf17dd5c00..4109ef8106cf 100644
--- a/framework/source/classes/droptargetlistener.cxx
+++ b/framework/source/classes/droptargetlistener.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: droptargetlistener.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:21:29 $
+ * last change: $Author: hr $ $Date: 2003-06-30 14:25:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -192,6 +192,7 @@ void SAL_CALL DropTargetListener::drop( const css::datatransfer::dnd::DropTarget
if ( !bFormatFound && aHelper.GetString( SOT_FORMAT_FILE, aFilePath ) )
implts_OpenFile( aFilePath );
}
+ dtde.Context->dropComplete( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction );
}
catch( const ::com::sun::star::uno::Exception& )
{