[Libreoffice-commits] core.git: dbaccess/source
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sat Mar 28 19:30:58 UTC 2020
dbaccess/source/ui/inc/sqlmessage.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1c9ced04189c9d23ffea05d5570960b54b05ef28
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 18:46:14 2020 +0100
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Mar 28 20:30:16 2020 +0100
Fix is_typed_flags for MessBoxStyle (dbaccess)
Change-Id: Ic788677b540588ddddae963a3fc983879cd77c5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91282
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/dbaccess/source/ui/inc/sqlmessage.hxx b/dbaccess/source/ui/inc/sqlmessage.hxx
index 2aaa4bd5a18e..434250b39e41 100644
--- a/dbaccess/source/ui/inc/sqlmessage.hxx
+++ b/dbaccess/source/ui/inc/sqlmessage.hxx
@@ -63,7 +63,7 @@ enum class MessBoxStyle {
}
namespace o3tl {
- template<> struct typed_flags<dbaui::MessBoxStyle> : is_typed_flags<dbaui::MessBoxStyle, 0x0fff> {};
+ template<> struct typed_flags<dbaui::MessBoxStyle> : is_typed_flags<dbaui::MessBoxStyle, 0x03ff> {};
}
More information about the Libreoffice-commits
mailing list