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.cxx5
1 files changed, 5 insertions, 0 deletions
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)