summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/LpsolveSolver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp/source/solver/LpsolveSolver.cxx')
-rw-r--r--sccomp/source/solver/LpsolveSolver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sccomp/source/solver/LpsolveSolver.cxx b/sccomp/source/solver/LpsolveSolver.cxx
index b06cfeb7b0dd..5323be22b8cd 100644
--- a/sccomp/source/solver/LpsolveSolver.cxx
+++ b/sccomp/source/solver/LpsolveSolver.cxx
@@ -71,14 +71,14 @@ public:
virtual ~LpsolveSolver() {}
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.LpsolveSolver");
}
virtual OUString SAL_CALL getComponentDescription()
- throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
+ throw (uno::RuntimeException, std::exception) override
{
return SolverComponent::GetResourceString( RID_SOLVER_COMPONENT );
}