diff options
Diffstat (limited to 'basegfx/test')
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 8 | ||||
-rw-r--r-- | basegfx/test/boxclipper.cxx | 4 | ||||
-rw-r--r-- | basegfx/test/clipstate.cxx | 3 |
3 files changed, 0 insertions, 15 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index cfcc4e7e4e67..e215dcca0c5b 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -132,10 +132,6 @@ public: "31-24 33-22 34-20 35-18 36-16 37-15 39-12 40-11z"; } - void tearDown() override - { - } - void impex() { B2DPolyPolygon aPoly; @@ -369,10 +365,6 @@ public: maPerspective.set(2,2, 9.0); } - void tearDown() override - { - } - void equal() { B2DHomMatrix aIdentity; diff --git a/basegfx/test/boxclipper.cxx b/basegfx/test/boxclipper.cxx index 0847a39333b1..9ca522f4358e 100644 --- a/basegfx/test/boxclipper.cxx +++ b/basegfx/test/boxclipper.cxx @@ -169,10 +169,6 @@ public: #endif } - void tearDown() override - { - } - B2DPolyPolygon normalizePoly( const B2DPolyPolygon& rPoly ) { B2DPolyPolygon aRes; diff --git a/basegfx/test/clipstate.cxx b/basegfx/test/clipstate.cxx index 1414a86aac25..d1c44b5f83f6 100644 --- a/basegfx/test/clipstate.cxx +++ b/basegfx/test/clipstate.cxx @@ -86,9 +86,6 @@ public: aSubtract.subtractRange(aEast); } - void tearDown() override - {} - void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest) { #if OSL_DEBUG_LEVEL > 2 |