diff options
Diffstat (limited to 'include/svx/EnhancedCustomShapeGeometry.hxx')
-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 3191f1e5d14f..c776daff606a 100644 --- a/include/svx/EnhancedCustomShapeGeometry.hxx +++ b/include/svx/EnhancedCustomShapeGeometry.hxx @@ -73,8 +73,7 @@ struct mso_CustomShape std::span<const SvxMSDffVertPair> pVertices; sal_uInt16* pElements; sal_uInt32 nElements; - SvxMSDffCalculationData* pCalculation; - sal_uInt32 nCalculation; + std::span<const SvxMSDffCalculationData> pCalculation; sal_Int32* pDefData; SvxMSDffTextRectangles* pTextRect; sal_uInt32 nTextRect; |