summaryrefslogtreecommitdiffstats
path: root/basegfx/source/range
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/range')
-rw-r--r--basegfx/source/range/b2dpolyrange.cxx5
-rw-r--r--basegfx/source/range/b2drange.cxx4
-rw-r--r--basegfx/source/range/b2drangeclipper.cxx1
3 files changed, 2 insertions, 8 deletions
diff --git a/basegfx/source/range/b2dpolyrange.cxx b/basegfx/source/range/b2dpolyrange.cxx
index d7d0d61de061..beb506fc8e4d 100644
--- a/basegfx/source/range/b2dpolyrange.cxx
+++ b/basegfx/source/range/b2dpolyrange.cxx
@@ -31,10 +31,7 @@ namespace basegfx
class ImplB2DPolyRange
{
public:
- ImplB2DPolyRange() :
- maBounds(),
- maRanges(),
- maOrient()
+ ImplB2DPolyRange()
{}
bool operator==(const ImplB2DPolyRange& rRHS) const
diff --git a/basegfx/source/range/b2drange.cxx b/basegfx/source/range/b2drange.cxx
index 55b545933d88..be025cc64b1d 100644
--- a/basegfx/source/range/b2drange.cxx
+++ b/basegfx/source/range/b2drange.cxx
@@ -23,9 +23,7 @@
namespace basegfx
{
- B2DRange::B2DRange( const B2IRange& rRange ) :
- maRangeX(),
- maRangeY()
+ B2DRange::B2DRange( const B2IRange& rRange )
{
if( !rRange.isEmpty() )
{
diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx
index 5dc452728772..2920cda5ebd0 100644
--- a/basegfx/source/range/b2drangeclipper.cxx
+++ b/basegfx/source/range/b2drangeclipper.cxx
@@ -226,7 +226,6 @@ namespace basegfx
ImplPolygon() :
mpLeadingRightEdge(nullptr),
mnIdx(-1),
- maPoints(),
mbIsFinished(false)
{
// completely ad-hoc. but what the hell.