summaryrefslogtreecommitdiff
path: root/sccomp/source/solver/CoinMPSolver.cxx
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-04-04 14:10:42 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-04 15:44:32 +0200
commit527f5da2f051e32372d9d4d5e808bdf022d18840 (patch)
tree90e116727a1d40bbb206390322d7e3703616e7b0 /sccomp/source/solver/CoinMPSolver.cxx
parent0927d77cfb284704e7586ccde83f8d6fb26cc459 (diff)
sccomp: Fix description of com.sun.star.comp.Calc.CoinMPSolver.
Forgotten in 077bdc73f2bcd625be1030fa8ff630c3dbd83657 Change-Id: Iddf90f1107f05351754830b49344cb24db1e1089
Diffstat (limited to 'sccomp/source/solver/CoinMPSolver.cxx')
-rw-r--r--sccomp/source/solver/CoinMPSolver.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sccomp/source/solver/CoinMPSolver.cxx b/sccomp/source/solver/CoinMPSolver.cxx
index a7127e38724b..f1ee10b40b80 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -44,6 +44,11 @@ private:
{
return OUString("com.sun.star.comp.Calc.CoinMPSolver");
}
+ virtual OUString SAL_CALL getComponentDescription()
+ throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
+ {
+ return SolverComponent::GetResourceString( RID_COINMP_SOLVER_COMPONENT );
+ }
};
void SAL_CALL CoinMPSolver::solve() throw(uno::RuntimeException, std::exception)