offapi/com/sun/star/datatransfer/dnd/DNDConstants.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 665574e8daa65aaa8a461fe8e02dc61c52323b2f
Author: Stephan Bergmann <sberg...@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;
 };
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to