diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:18:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | 56d158c38cca6de82256e727b7f4c83f311d87b8 (patch) | |
tree | 7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/datatransfer | |
parent | 928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g"
Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r-- | offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl index 50323a23a51b..1d574c49406b 100644 --- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl +++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl @@ -40,7 +40,7 @@ published interface XDropTargetListener: com::sun::star::lang::XEventListener /** The drag operation has terminated with a drop on this drop target. <p><strong>NOTE:</strong> The implementation - has to wait until the method <method>XDropTargetDropContext::dropComplete</method> + has to wait until the method XDropTargetDropContext::dropComplete() is called before releasing the data for the drop operation. This should occur before returning from drop in a normal flow of operation. Also, the implementor of XDropTargetListener should not assume |