Revert "fix for older gcc"

Superseded by 7ad4e562b4

This reverts commit fbd85c25ba.
This commit is contained in:
Thorsten Behrens
2015-05-08 08:23:33 +02:00
parent fc4726a1f4
commit d4f90e1a2a

View File

@@ -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> {};
}