loplugin:simplifyconstruct in canvas..cui

Change-Id: I02eba1df117a9d0df42bcac13c3251cb4fa6da14
Reviewed-on: https://gerrit.libreoffice.org/60074
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2018-09-06 10:30:58 +02:00
parent 07e87211c2
commit c289c25523
106 changed files with 74 additions and 255 deletions

View File

@@ -54,14 +54,9 @@ namespace cppcanvas
, areaHeight(0.0)
, hasTransformation(false)
, blendPoints(0)
, blendPositions(nullptr)
, blendFactors(nullptr)
, colorblendPoints(0)
, colorblendPositions(nullptr)
, colorblendColors(nullptr)
, surroundColorsNumber(0)
, surroundColors(nullptr)
, path(nullptr)
, hatchStyle(HatchStyleHorizontal)
{
}

View File

@@ -84,9 +84,7 @@ namespace cppcanvas
, dashOffset(0.0)
, alignment(0)
, customStartCapLen(0)
, customStartCap(nullptr)
, customEndCapLen(0)
, customEndCap(nullptr)
{
}

View File

@@ -48,7 +48,6 @@ namespace cppcanvas
{
EMFPRegion::EMFPRegion()
: parts(0)
, combineMode(nullptr)
, initialState(0)
, ix(0.0)
, iy(0.0)