From fffd541c3e626bee162ab4b473b6bd6cd180244e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 5 Jan 2012 14:15:36 -0200 Subject: Fix for fdo43460 Part XXIX getLength() to isEmpty() Part XXIX Modules sax, scaddins, sccomp, scripting --- sccomp/source/solver/solver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp') diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index a02b2975e20b..a529f3a60f5e 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -395,7 +395,7 @@ void SAL_CALL SolverComponent::solve() throw(uno::RuntimeException) xModel->unlockControllers(); - if ( maStatus.getLength() ) + if ( !maStatus.isEmpty() ) return; // -- cgit