Kaydet (Commit) 2e85ce96 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride (dtors) in sccomp

Change-Id: Ibfd17710adb0d8cea5046fdf13ca665e7aa549b7
üst 84bbf2de
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment