summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/threadpool/jobqueue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/jobqueue.cxx b/cppu/source/threadpool/jobqueue.cxx
index 35cae344a2e1..70d05acd6ad6 100644
--- a/cppu/source/threadpool/jobqueue.cxx
+++ b/cppu/source/threadpool/jobqueue.cxx
@@ -67,7 +67,7 @@ namespace cppu_threadpool {
}
- while( sal_True )
+ while( true )
{
if( bReturnWhenNoJob )
{