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

New commits:
commit 90c807bfd1fe65e3c94199fd1cd47df711a47d42
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Mar 28 19:58:52 2020 +0100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sun Mar 29 09:11:51 2020 +0200

    Fix is_typed_flags for SvxNumRuleFlags (editeng)
    
    Since 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=2b1f0d31c34464bdece4eea158097b3e4923cf5f
    author  Tamás Zolnai <tamas.zol...@collabora.com>       2017-11-11 18:17:52 
+0100
    committer       Tamás Zolnai <tamas.zol...@collabora.com>       2017-11-11 
20:44:48 +0100
    commit  2b1f0d31c34464bdece4eea158097b3e4923cf5f (patch)
    tree    66fff19490e124a00321590eb5a5ba00ab149714
    parent  019e6ae7be38176978943d95fa3b586830e1b3b1 (diff)
    tdf#111738: Duplicated numbering alignment option on numbering dialog
    
    Change-Id: I65defa76c3b325f1cf4d33482216f2663bbb82b2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91284
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index e70281c7b0a1..12686b80b2aa 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -233,7 +233,7 @@ enum class SvxNumRuleFlags
 };
 namespace o3tl
 {
-    template<> struct typed_flags<SvxNumRuleFlags> : 
is_typed_flags<SvxNumRuleFlags, 0x03dd> {};
+    template<> struct typed_flags<SvxNumRuleFlags> : 
is_typed_flags<SvxNumRuleFlags, 0x039d> {};
 }
 
 enum class SvxNumRuleType
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to