diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-24 14:16:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-25 15:20:48 +0200 |
commit | 66b688763257c8f6f3dfe0b013052e89e3461c98 (patch) | |
tree | fb8bf1a54fcb7ceaff95cac2b9cf7ad0be6fbbc4 /sc/qa/perf/scperfobj.cxx | |
parent | b6dd913802b2078590e8bc31968ce9ccee732df5 (diff) |
loplugin:unnecessaryoverride
Change-Id: If90856d9d69c78a5e63fb437d6f34bae4ee5547f
Diffstat (limited to 'sc/qa/perf/scperfobj.cxx')
-rw-r--r-- | sc/qa/perf/scperfobj.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx index a026878206b4..d34026a84e7d 100644 --- a/sc/qa/perf/scperfobj.cxx +++ b/sc/qa/perf/scperfobj.cxx @@ -58,7 +58,6 @@ public: ScPerfObj(); - virtual void setUp() override; virtual void tearDown() override; uno::Reference< uno::XInterface > init(const OUString& aFileName); @@ -126,11 +125,6 @@ uno::Reference< uno::XInterface > ScPerfObj::init(const OUString& aFileName) return mxComponent; } -void ScPerfObj::setUp() -{ - CalcUnoApiTest::setUp(); -} - void ScPerfObj::tearDown() { if (mxComponent.is()) |