include/svx/EnhancedCustomShapeGeometry.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit af0b1aa303a37113101f133d472edbb891e114cc Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sat Mar 28 21:00:24 2020 +0100 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Mar 29 09:07:12 2020 +0200 Fix is_typed_flags for SvxMSDffHandleFlags (svx/EnhancedCustomShapeGeom) Change-Id: I8947a7b11a67397fdca36fb5087c2c1306b76b1d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91315 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/include/svx/EnhancedCustomShapeGeometry.hxx b/include/svx/EnhancedCustomShapeGeometry.hxx index 32cf5f28a8b4..a52dc4820b6e 100644 --- a/include/svx/EnhancedCustomShapeGeometry.hxx +++ b/include/svx/EnhancedCustomShapeGeometry.hxx @@ -60,7 +60,7 @@ enum class SvxMSDffHandleFlags }; namespace o3tl { - template<> struct typed_flags<SvxMSDffHandleFlags> : is_typed_flags<SvxMSDffHandleFlags, 0x3fff> {}; + template<> struct typed_flags<SvxMSDffHandleFlags> : is_typed_flags<SvxMSDffHandleFlags, 0x3fbf> {}; } struct SvxMSDffHandle _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits