diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-05 09:34:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-13 06:47:44 +0000 |
commit | 62223f9a8a4d069b34e37ad0c1bf5b73916a646e (patch) | |
tree | 22220910555ac7f99796c2908392fe008f0c75f5 /svgio | |
parent | 14a7ac2033273fdddfb9748d5fa1e1c0f25b64ca (diff) |
loplugin:unnecessaryoverride
Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae
Reviewed-on: https://gerrit.libreoffice.org/29656
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/qa/cppunit/SvgImportTest.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svgio/qa/cppunit/SvgImportTest.cxx b/svgio/qa/cppunit/SvgImportTest.cxx index 01391b81465d..9a612f427114 100644 --- a/svgio/qa/cppunit/SvgImportTest.cxx +++ b/svgio/qa/cppunit/SvgImportTest.cxx @@ -66,8 +66,6 @@ class Test : public test::BootstrapFixture, public XmlTestTools Primitive2DSequence parseSvg(const char* aSource); public: - virtual void tearDown() override; - CPPUNIT_TEST_SUITE(Test); CPPUNIT_TEST(testStyles); CPPUNIT_TEST(testTdf87309); @@ -115,11 +113,6 @@ Primitive2DSequence Test::parseSvg(const char* aSource) return xSvgParser->getDecomposition(aInputStream, aPath); } -void Test::tearDown() -{ - BootstrapFixture::tearDown(); -} - void Test::checkRectPrimitive(Primitive2DSequence& rPrimitive) { Primitive2dXmlDump dumper; |