summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2019-05-08 10:43:53 +0200
committerEike Rathke <erack@redhat.com>2019-05-08 13:12:31 +0200
commitd27ad84ec7a0aafb07d6a6152c686f4bc802f661 (patch)
tree24d7d1e7ce42656ab01be915f6830784fa5b7b27 /include
parentd0119ff7f2c68aa05286bd303128f3a69c6bbd6a (diff)
Fix typed flags bitmask, tdf#125099 follow-up
Change-Id: I25327cfcafc9e1f2e88b388677853c638dd9b0e6 Reviewed-on: https://gerrit.libreoffice.org/71946 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/svl/zforlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 0a08f4fac04f..8caa7fb3d276 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -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>