Kaydet (Commit) d27ad84e authored tarafından Eike Rathke's avatar Eike Rathke

Fix typed flags bitmask, tdf#125099 follow-up

Change-Id: I25327cfcafc9e1f2e88b388677853c638dd9b0e6
Reviewed-on: https://gerrit.libreoffice.org/71946Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
üst d0119ff7
......@@ -116,7 +116,7 @@ enum class SvNumFormatType : sal_Int16
DURATION = css::util::NumberFormat::DURATION, // 8196
};
namespace o3tl {
template<> struct typed_flags<SvNumFormatType> : is_typed_flags<SvNumFormatType, 0x2dff> {};
template<> struct typed_flags<SvNumFormatType> : is_typed_flags<SvNumFormatType, 0x3dff> {};
}
/** enum values for <method>SvNumberFormatter::GetFormatIndex</method>
......
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