[Libreoffice-commits] core.git: include/rsc

Adam Co rattles2013 at gmail.com
Mon Oct 20 03:43:36 PDT 2014


 include/rsc/rsc-vcl-shared-types.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb7aa9f1fa58ff43d4a974aec868f627755ce152
Author: Adam Co <rattles2013 at gmail.com>
Date:   Mon Oct 20 13:37:51 2014 +0300

    fix problem with gcc compiler complaining on variable type
    
    Change-Id: I9a16e24e79d22b0af1710d6ac25eaa5fb19c71ff
    Reviewed-on: https://gerrit.libreoffice.org/12047
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 1c14412..1da829d 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -49,7 +49,7 @@ typedef sal_uInt16 MenuItemBits;
 #define MIB_ICON            ((MenuItemBits)0x0080)
 #define MIB_TEXT            ((MenuItemBits)0x0100)
 
-enum class ToolBoxItemBits : sal_uInt16
+enum class ToolBoxItemBits
 {
     NONE                = 0x0000,
     CHECKABLE           = 0x0001,


More information about the Libreoffice-commits mailing list