diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/EnhancedCustomShapeGeometry.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/EnhancedCustomShapeGeometry.hxx b/include/svx/EnhancedCustomShapeGeometry.hxx index a52dc4820b6e..db8fe5a5944f 100644 --- a/include/svx/EnhancedCustomShapeGeometry.hxx +++ b/include/svx/EnhancedCustomShapeGeometry.hxx @@ -70,8 +70,7 @@ struct SvxMSDffHandle }; struct mso_CustomShape { - SvxMSDffVertPair* pVertices; - sal_uInt32 nVertices; + std::span<const SvxMSDffVertPair> pVertices; sal_uInt16* pElements; sal_uInt32 nElements; SvxMSDffCalculationData* pCalculation; |