summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/CoinMPSolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/CoinMPSolver.cxx')
-rw-r--r--sccomp/source/solver/CoinMPSolver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx
index 5edf90366128..41c71bc4a0c1 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -40,14 +40,14 @@ public:
virtual ~CoinMPSolver() {}
private:
- virtual void SAL_CALL solve() throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL solve() throw(css::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL getImplementationName()
- throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ throw(css::uno::RuntimeException, std::exception) override
{
return OUString("com.sun.star.comp.Calc.CoinMPSolver");
}
virtual OUString SAL_CALL getComponentDescription()
- throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
+ throw (uno::RuntimeException, std::exception) override
{
return SolverComponent::GetResourceString( RID_COINMP_SOLVER_COMPONENT );
}