summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/ole/ndole.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 3b7b779294c3..3701dba33e1b 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -654,7 +654,7 @@ bool SwOLENode::IsChart() const
// clean it up (due to lifetime issues), but that's probably overkill.
// It gets created on demand, is ready for global reuse and makes no
// harm (not much ressources needed)
-static comphelper::ThreadPool* pLocalPool = 0;
+static comphelper::ThreadPool* pLocalPool = nullptr;
comphelper::ThreadPool* getLocalThreadPool()
{