From 43c8ca3f995fed8cf9fbfc6bc5ef2b779cd0a154 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Dec 2014 13:29:36 +0100 Subject: sccomp: Use appropriate OUString functions on string constants Change-Id: Ie8495d9da8d3e7c69d12ce3b4d19d3b864cdf818 --- sccomp/source/solver/LpsolveSolver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp/source/solver/LpsolveSolver.cxx') diff --git a/sccomp/source/solver/LpsolveSolver.cxx b/sccomp/source/solver/LpsolveSolver.cxx index 817152f4e02f..b06cfeb7b0dd 100644 --- a/sccomp/source/solver/LpsolveSolver.cxx +++ b/sccomp/source/solver/LpsolveSolver.cxx @@ -90,7 +90,7 @@ void SAL_CALL LpsolveSolver::solve() throw(uno::RuntimeException, std::exception if ( !xModel.is() ) throw uno::RuntimeException(); - maStatus = ""; + maStatus.clear(); mbSuccess = false; if ( mnEpsilonLevel < EPS_TIGHT || mnEpsilonLevel > EPS_BAGGY ) -- cgit