include/vcl/seleng.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c8d6cec39a26c6c1ab77d91d7143d05e48fe5a43
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Mar 28 21:47:36 2020 +0100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sun Mar 29 14:03:14 2020 +0200

    Fix is_typed_flags for SelectionEngineFlags (vcl/seleng)
    
    Change-Id: I6f317fc8f986abdd7fb1bb8f3d21983d4bb72349
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91317
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Jenkins

diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx
index 472226fbb661..92c69d14701d 100644
--- a/include/vcl/seleng.hxx
+++ b/include/vcl/seleng.hxx
@@ -68,7 +68,7 @@ enum class SelectionEngineFlags {
 };
 namespace o3tl
 {
-    template<> struct typed_flags<SelectionEngineFlags> : 
is_typed_flags<SelectionEngineFlags, 0x01ff> {};
+    template<> struct typed_flags<SelectionEngineFlags> : 
is_typed_flags<SelectionEngineFlags, 0x01ef> {};
 }
 
 class VCL_DLLPUBLIC SelectionEngine
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to