summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optopencl.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:13:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:22 +0100
commitb58d56c5109f4cf6cacfc8e9c424b179a65bf1f1 (patch)
treebc7dcc71437367b193cb18dc5011c98ceb8c2c8b /cui/source/options/optopencl.cxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-b58d56c5109f4cf6cacfc8e9c424b179a65bf1f1.tar.gz
core-b58d56c5109f4cf6cacfc8e9c424b179a65bf1f1.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I7257532b90e3e393d56d5349531c9ad397523bca
Diffstat (limited to 'cui/source/options/optopencl.cxx')
-rw-r--r--cui/source/options/optopencl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx
index db508a2d40dd..71cd281480dc 100644
--- a/cui/source/options/optopencl.cxx
+++ b/cui/source/options/optopencl.cxx
@@ -183,7 +183,7 @@ void fillListBox(SvSimpleTable* pListBox, const OpenCLConfig::ImplMatcherSet& rS
for (auto i = rSet.cbegin(); i != rSet.cend(); ++i)
{
OpenCLConfig::ImplMatcher* pImpl = new OpenCLConfig::ImplMatcher(*i);
- pListBox->InsertEntry(format(*i), NULL, false, TREELIST_APPEND, pImpl);
+ pListBox->InsertEntry(format(*i), nullptr, false, TREELIST_APPEND, pImpl);
}
pListBox->SetUpdateMode(true);