diff options
author | Veronika Irvine <veronika> | 2004-11-16 21:12:23 +0000 |
---|---|---|
committer | Veronika Irvine <veronika> | 2004-11-16 21:12:23 +0000 |
commit | f9495c86c85d17835508c9342a39ff5867031af0 (patch) | |
tree | 381273631e1027ed20661dc89612436325b80542 | |
parent | 69bc765c863b954d1086dd0eab4e02d8aa145d81 (diff) | |
download | eclipse.platform.swt-f9495c86c85d17835508c9342a39ff5867031af0.tar.gz eclipse.platform.swt-f9495c86c85d17835508c9342a39ff5867031af0.tar.xz eclipse.platform.swt-f9495c86c85d17835508c9342a39ff5867031af0.zip |
*** empty log message ***
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java index c67f1a393a..3078aeae2c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java +++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java @@ -54,7 +54,6 @@ public static HTMLTransfer getInstance () { * object will be filled in on return with the platform specific format of the data */ public void javaToNative (Object object, TransferData transferData){ - transferData.result = COM.E_FAIL; if (!_validate(object) || !isSupportedType(transferData)) { DND.error(DND.ERROR_INVALID_DATA); } |