summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-19 13:10:56 +0200
committerNoel Grandin <noel@peralex.com>2016-01-19 13:45:44 +0200
commitc0b199b3c69ace999db6e688466b2bbd9ad7c389 (patch)
tree711dc1d1ae55aa3c4d7e085eda9cf63382a445ca /svx
parent0d31873dc1f40963b70a3840537e9c25bec7cff0 (diff)
loplugin:unusedmethods in sc/
Change-Id: I2c24d06d9fad26c65fa13cdcaa2c3f908971106c
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/xpolyimp.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/xpolyimp.hxx b/svx/inc/xpolyimp.hxx
index aa0cf766c32b..a72981b23a06 100644
--- a/svx/inc/xpolyimp.hxx
+++ b/svx/inc/xpolyimp.hxx
@@ -42,7 +42,6 @@ public:
~ImpXPolygon();
bool operator==(const ImpXPolygon& rImpXPoly) const;
- bool operator!=(const ImpXPolygon& rImpXPoly) const { return !operator==(rImpXPoly); }
void CheckPointDelete()
{
@@ -71,7 +70,6 @@ public:
~ImpXPolyPolygon();
bool operator==(const ImpXPolyPolygon& rImpXPolyPoly) const;
- bool operator!=(const ImpXPolyPolygon& rImpXPolyPoly) const { return !operator==(rImpXPolyPoly); }
};