summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl b/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
index dac5e1a1ae5f..49bee538748f 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
@@ -62,7 +62,7 @@ published constants DNDConstants
/** Action default.
*/
- const byte ACTION_DEFAULT = 0x80;
+ const byte ACTION_DEFAULT = -0x80;
};