summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/polygonprimitive2d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive2d/polygonprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/polygonprimitive2d.cxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/drawinglayer/source/primitive2d/polygonprimitive2d.cxx b/drawinglayer/source/primitive2d/polygonprimitive2d.cxx
index 17e63883c94b..9919658940e1 100644
--- a/drawinglayer/source/primitive2d/polygonprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/polygonprimitive2d.cxx
@@ -33,8 +33,7 @@ namespace drawinglayer::primitive2d
{
PolygonHairlinePrimitive2D::PolygonHairlinePrimitive2D(const basegfx::B2DPolygon& rPolygon,
const basegfx::BColor& rBColor)
- : BasePrimitive2D()
- , maPolygon(rPolygon)
+ : maPolygon(rPolygon)
, maBColor(rBColor)
{
}
@@ -115,12 +114,10 @@ PolygonMarkerPrimitive2D::PolygonMarkerPrimitive2D(const basegfx::B2DPolygon& rP
const basegfx::BColor& rRGBColorA,
const basegfx::BColor& rRGBColorB,
double fDiscreteDashLength)
- : BufferedDecompositionPrimitive2D()
- , maPolygon(rPolygon)
+ : maPolygon(rPolygon)
, maRGBColorA(rRGBColorA)
, maRGBColorB(rRGBColorB)
, mfDiscreteDashLength(fDiscreteDashLength)
- , maLastInverseObjectToViewTransformation()
{
}
@@ -273,8 +270,7 @@ void PolygonStrokePrimitive2D::create2DDecomposition(
PolygonStrokePrimitive2D::PolygonStrokePrimitive2D(
const basegfx::B2DPolygon& rPolygon, const attribute::LineAttribute& rLineAttribute,
const attribute::StrokeAttribute& rStrokeAttribute)
- : BufferedDecompositionPrimitive2D()
- , maPolygon(rPolygon)
+ : maPolygon(rPolygon)
, maLineAttribute(rLineAttribute)
, maStrokeAttribute(rStrokeAttribute)
{
@@ -286,10 +282,8 @@ PolygonStrokePrimitive2D::PolygonStrokePrimitive2D(
PolygonStrokePrimitive2D::PolygonStrokePrimitive2D(const basegfx::B2DPolygon& rPolygon,
const attribute::LineAttribute& rLineAttribute)
- : BufferedDecompositionPrimitive2D()
- , maPolygon(rPolygon)
+ : maPolygon(rPolygon)
, maLineAttribute(rLineAttribute)
- , maStrokeAttribute()
{
// MM01: keep these - these are no curve-decompposers but just checks
// simplify curve segments: moved here to not need to use it