toolkit/inc/helper/msgbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16096d66d42d5e83fff6bbe5aa5b7c7e0a83ba4e Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sun Mar 29 11:17:50 2020 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Mar 29 14:20:24 2020 +0200 Fix is_typed_flags for MessBoxStyle (toolkit/msgbox) Change-Id: I40a2c8b2ad562a6378b5337f53af59577cd5ce0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91322 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/toolkit/inc/helper/msgbox.hxx b/toolkit/inc/helper/msgbox.hxx index 2afb902f2326..299c7f9a1e9c 100644 --- a/toolkit/inc/helper/msgbox.hxx +++ b/toolkit/inc/helper/msgbox.hxx @@ -40,7 +40,7 @@ enum class MessBoxStyle }; namespace o3tl { -template <> struct typed_flags<MessBoxStyle> : is_typed_flags<MessBoxStyle, 0x3fff> +template <> struct typed_flags<MessBoxStyle> : is_typed_flags<MessBoxStyle, 0x33ff> { }; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits