summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/threadpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/threadpool.cxx')
-rw-r--r--comphelper/source/misc/threadpool.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/threadpool.cxx b/comphelper/source/misc/threadpool.cxx
index 5732415c4008..9837ea6acf87 100644
--- a/comphelper/source/misc/threadpool.cxx
+++ b/comphelper/source/misc/threadpool.cxx
@@ -42,7 +42,7 @@ public:
ThreadTask *waitForWork()
{
- ThreadTask *pRet = NULL;
+ ThreadTask *pRet = nullptr;
osl::ResettableMutexGuard aGuard( mpPool->maGuard );
@@ -168,7 +168,7 @@ ThreadTask *ThreadPool::popWork()
return pTask;
}
else
- return NULL;
+ return nullptr;
}
void ThreadPool::startWork()