loplugin:unnecessaryoverride (dtors) in sccomp

Change-Id: Ibfd17710adb0d8cea5046fdf13ca665e7aa549b7
This commit is contained in:
Stephan Bergmann
2016-12-05 09:01:01 +01:00
parent 84bbf2de22
commit 2e85ce9692
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ class CoinMPSolver : public SolverComponent
{
public:
CoinMPSolver() {}
virtual ~CoinMPSolver() override {}
private:
virtual void SAL_CALL solve() throw(css::uno::RuntimeException, std::exception) override;

View File

@@ -68,7 +68,6 @@ class LpsolveSolver : public SolverComponent
{
public:
LpsolveSolver() {}
virtual ~LpsolveSolver() override {}
private:
virtual void SAL_CALL solve() throw(css::uno::RuntimeException, std::exception) override;