[Libreoffice-commits] core.git: include/editeng
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 29 07:12:24 UTC 2020
include/editeng/numitem.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 90c807bfd1fe65e3c94199fd1cd47df711a47d42
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 19:58:52 2020 +0100
Commit: Noel Grandin <noel.grandin at 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.zolnai at collabora.com> 2017-11-11 18:17:52 +0100
committer Tamás Zolnai <tamas.zolnai at 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.grandin at 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
More information about the Libreoffice-commits
mailing list