summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-01-05 14:15:36 -0200
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-01-05 22:05:45 -0200
commitfffd541c3e626bee162ab4b473b6bd6cd180244e (patch)
tree17197936ca83815d876d0c1de0c7a045a7768f7b /sccomp
parent15f5d766837329baa8deff31e9da33cef87f7a98 (diff)
Fix for fdo43460 Part XXIX getLength() to isEmpty()
Part XXIX Modules sax, scaddins, sccomp, scripting
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/solver.cxx2
1 files changed, 1 insertions, 1 deletions
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;
//