From 527f5da2f051e32372d9d4d5e808bdf022d18840 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 4 Apr 2014 14:10:42 +0200 Subject: sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver. Forgotten in 077bdc73f2bcd625be1030fa8ff630c3dbd83657 Change-Id: Iddf90f1107f05351754830b49344cb24db1e1089 --- sccomp/source/solver/LpsolveSolver.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sccomp/source/solver/LpsolveSolver.cxx') diff --git a/sccomp/source/solver/LpsolveSolver.cxx b/sccomp/source/solver/LpsolveSolver.cxx index a977f91ac000..817152f4e02f 100644 --- a/sccomp/source/solver/LpsolveSolver.cxx +++ b/sccomp/source/solver/LpsolveSolver.cxx @@ -77,6 +77,11 @@ private: { return OUString("com.sun.star.comp.Calc.LpsolveSolver"); } + virtual OUString SAL_CALL getComponentDescription() + throw (uno::RuntimeException, std::exception) SAL_OVERRIDE + { + return SolverComponent::GetResourceString( RID_SOLVER_COMPONENT ); + } }; void SAL_CALL LpsolveSolver::solve() throw(uno::RuntimeException, std::exception) -- cgit