summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-07 23:07:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-07 23:07:06 +0200
commita9d87f33d229babcd898f9b5af575eb94b382a28 (patch)
tree9df8cd187db17f8fe03766da6083017f9ab24934 /sw
parent63ed9d7f5b75f35ae49396de0c5f6a3216c494e1 (diff)
loplugin:nullptr
Change-Id: Ic37247f1e4ffe5a32e2fbb73464dfdfa59a79296
Diffstat (limited to 'sw')
-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()
{