summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-29 11:17:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-29 14:20:24 +0200
commit16096d66d42d5e83fff6bbe5aa5b7c7e0a83ba4e (patch)
tree0d206bc0fa41b87d58c7ab7710b1151f748f7ba7 /toolkit/inc
parent936f38338ec255ac9992437dbe5e5847cdc9d804 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/helper/msgbox.hxx2
1 files changed, 1 insertions, 1 deletions
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>
{
};
}