[Libreoffice-commits] core.git: include/svx
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Mar 29 07:07:51 UTC 2020
include/svx/EnhancedCustomShapeGeometry.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit af0b1aa303a37113101f133d472edbb891e114cc
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 28 21:00:24 2020 +0100
Commit: Noel Grandin <noel.grandin at 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.grandin at 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
More information about the Libreoffice-commits
mailing list