Kaydet (Commit) d4f90e1a authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Revert "fix for older gcc"

Superseded by 7ad4e562

This reverts commit fbd85c25.
üst fc4726a1
......@@ -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> {};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment