[Libreoffice-commits] core.git: include/unotools
Thorsten Behrens
Thorsten.Behrens at CIB.de
Thu May 7 23:24:48 PDT 2015
include/unotools/fontcfg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d4f90e1a2ad16ab5bc26e60b0ade02438b358154
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
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> {};
}
More information about the Libreoffice-commits
mailing list