[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Mon Oct 5 01:50:43 PDT 2015


 vcl/inc/salframe.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5654d21180c864c506a9cddf4c8e038813367b09
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 5 10:50:03 2015 +0200

    Fix SalFrameStyleFlags bitmask
    
    Change-Id: I2e161a3b9cc06180becf63a44018ff72cdd8449a

diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index da95a5a..d175b5f 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -86,7 +86,7 @@ enum class SalFrameStyleFlags
     INTRO               = 0x00000100,
 };
 namespace o3tl {
-    template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x748001ff> {};
+    template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x7c8001ff> {};
 };
 
 // - extended frame style                 -


More information about the Libreoffice-commits mailing list