[Libreoffice-commits] core.git: toolkit/inc
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 29 12:21:00 UTC 2020
toolkit/inc/helper/msgbox.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16096d66d42d5e83fff6bbe5aa5b7c7e0a83ba4e
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Mar 29 11:17:50 2020 +0200
Commit: Noel Grandin <noel.grandin at 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.grandin at 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>
{
};
}
More information about the Libreoffice-commits
mailing list