diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-08 08:23:33 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2015-05-08 08:23:33 +0200 |
commit | d4f90e1a2ad16ab5bc26e60b0ade02438b358154 (patch) | |
tree | e16b55783b04b435b66c489fc6fb2877a7d44a16 /include/unotools | |
parent | fc4726a1f41ded40ce7d7100350c322863646b37 (diff) |
Revert "fix for older gcc"
Superseded by 7ad4e562b462af22a1c29c955293238cdb30267b
This reverts commit fbd85c25ba90b8db461555d735ab8b13f52d01ee.
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/fontcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/fontcfg.hxx b/include/unotools/fontcfg.hxx index 1fdd40febc93..c13e4a5a4138 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> {}; } |