[Libreoffice-commits] core.git: offapi/com
Stephan Bergmann
sbergman at redhat.com
Mon Sep 9 02:14:48 PDT 2013
offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 665574e8daa65aaa8a461fe8e02dc61c52323b2f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Sep 9 11:14:15 2013 +0200
UNO type "byte" is signed 8bit
Change-Id: I7f8a9ee1ec8f626f955e95e4e015933726e94fec
diff --git a/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl b/offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl
index dac5e1a..49bee53 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;
};
More information about the Libreoffice-commits
mailing list