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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
@@ -84,9 +84,7 @@ namespace cppcanvas
|
||||
, dashOffset(0.0)
|
||||
, alignment(0)
|
||||
, customStartCapLen(0)
|
||||
, customStartCap(nullptr)
|
||||
, customEndCapLen(0)
|
||||
, customEndCap(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -48,7 +48,6 @@ namespace cppcanvas
|
||||
{
|
||||
EMFPRegion::EMFPRegion()
|
||||
: parts(0)
|
||||
, combineMode(nullptr)
|
||||
, initialState(0)
|
||||
, ix(0.0)
|
||||
, iy(0.0)
|
||||
|
Reference in New Issue
Block a user