summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/msgbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/msgbox.hxx')
-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>
{
};
}