include/unotools/fontcfg.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4f90e1a2ad16ab5bc26e60b0ade02438b358154
Author: Thorsten Behrens <[email protected]>
Date:   Fri May 8 08:23:33 2015 +0200

    Revert "fix for older gcc"
    
    Superseded by 7ad4e562b462af22a1c29c955293238cdb30267b
    
    This reverts commit fbd85c25ba90b8db461555d735ab8b13f52d01ee.

diff --git a/include/unotools/fontcfg.hxx b/include/unotools/fontcfg.hxx
index 1fdd40f..c13e4a5 100644
--- a/include/unotools/fontcfg.hxx
+++ b/include/unotools/fontcfg.hxx
@@ -85,7 +85,7 @@ enum class ImplFontAttrs : sal_uLong
 };
 namespace o3tl
 {
-    template<> struct typed_flags<ImplFontAttrs> : 
is_typed_flags<ImplFontAttrs, 0xffffffffUL> {};
+    template<> struct typed_flags<ImplFontAttrs> : 
is_typed_flags<ImplFontAttrs, 0xffffffff> {};
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to