summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-02-12 10:11:59 +0000
committerJoachim Lingner <jl@openoffice.org>2001-02-12 10:11:59 +0000
commitb1008047743e01eff06edd12c4d347bff06b1347 (patch)
tree33528a80a681ea775515f962bcc67add7f901bc6 /dtrans/source/win32/dnd/source.cxx
parent2f64c6847744f1f6e412fc6c2c8b0314a7456c5b (diff)
interface changes
Diffstat (limited to 'dtrans/source/win32/dnd/source.cxx')
-rw-r--r--dtrans/source/win32/dnd/source.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx
index d20412a6b501..50031735c594 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: source.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jl $ $Date: 2001-02-08 17:12:55 $
+ * last change: $Author: jl $ $Date: 2001-02-12 11:11:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,13 +135,13 @@ sal_Int32 SAL_CALL DragSource::getDefaultCursor( sal_Int8 dragAction )
}
// Notifies the XDragSourceListener by calling dragDropEnd
-void SAL_CALL DragSource::executeDrag( const DragGestureEvent& trigger,
+void SAL_CALL DragSource::startDrag( const DragGestureEvent& trigger,
sal_Int8 sourceActions,
sal_Int32 cursor,
sal_Int32 image,
const Reference<XTransferable >& trans,
const Reference<XDragSourceListener >& listener )
- throw( InvalidDNDOperationException, RuntimeException)
+ throw( RuntimeException)
{
// The actions supported by the drag source
m_sourceActions= sourceActions;