summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:28:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:28:40 +0200
commitbc2becdf1a12a1020584ee808c965e41f1837383 (patch)
tree9e49c55cf32ce8cbd5997a62f9be2250ced4669f /svx/source/customshapes
parent95f03f49940f88ebd49a02e1d133cf83259eef47 (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I94b2fbbb00e9772b668128f31cf08115bdfb16b5
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeGeometry.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index a82cffd8a8fe..f4bf7350b0d6 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -7960,13 +7960,13 @@ static const mso_CustomShape msoStraightConnector1 =
{
const_cast<SvxMSDffVertPair*>(mso_sptStraightConnector1Vert), SAL_N_ELEMENTS( mso_sptStraightConnector1Vert ),
const_cast<sal_uInt16*>(mso_sptStraightConnector1Segm), sizeof( mso_sptStraightConnector1Segm ) >> 1,
- (SvxMSDffCalculationData*)NULL, 0,
- (sal_Int32*)NULL,
+ nullptr, 0,
+ nullptr,
NULL, 0,
21600, 21600,
MIN_INT32, MIN_INT32,
NULL, 0,
- (SvxMSDffHandle*)NULL, 0
+ nullptr, 0
};
static const SvxMSDffVertPair mso_sptBentConnector2Vert[] =
@@ -7981,13 +7981,13 @@ static const mso_CustomShape msoBentConnector2 =
{
const_cast<SvxMSDffVertPair*>(mso_sptBentConnector2Vert), SAL_N_ELEMENTS( mso_sptBentConnector2Vert ),
const_cast<sal_uInt16*>(mso_sptBentConnector2Segm), sizeof( mso_sptBentConnector2Segm ) >> 1,
- (SvxMSDffCalculationData*)NULL, 0,
- (sal_Int32*)NULL,
+ nullptr, 0,
+ nullptr,
NULL, 0,
21600, 21600,
MIN_INT32, MIN_INT32,
NULL, 0,
- (SvxMSDffHandle*)NULL, 0
+ nullptr, 0
};
static const SvxMSDffVertPair mso_sptBentConnector3Vert[] =
@@ -8121,13 +8121,13 @@ static const mso_CustomShape msoCurvedConnector2 =
{
const_cast<SvxMSDffVertPair*>(mso_sptCurvedConnector2Vert), SAL_N_ELEMENTS( mso_sptCurvedConnector2Vert ),
const_cast<sal_uInt16*>(mso_sptCurvedConnector2Segm), sizeof( mso_sptCurvedConnector2Segm ) >> 1,
- (SvxMSDffCalculationData*)NULL, 0,
- (sal_Int32*)NULL,
+ nullptr, 0,
+ nullptr,
NULL, 0,
21600, 21600,
MIN_INT32, MIN_INT32,
NULL, 0,
- (SvxMSDffHandle*)NULL, 0
+ nullptr, 0
};
static const SvxMSDffVertPair mso_sptCurvedConnector3Vert[] =