summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:24:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:24:27 +0200
commita4fdc347f8809638af5c598346ec4c978ee40dbe (patch)
treefed09f1d95b94dc4ab7d07ad1609ea960ddc2584 /cui/source/customize/eventdlg.cxx
parent85a2ec80c65dbcc7c031d21f584d0417f66f2164 (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: Ieecc2f050499823e131504ecd487edc0fe3ea30a
Diffstat (limited to 'cui/source/customize/eventdlg.cxx')
-rw-r--r--cui/source/customize/eventdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index 970bd055bbd5..cab1e2622610 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -115,7 +115,7 @@ void SvxEventConfigPage::dispose()
{
OUString const * pEventName = static_cast<OUString const *>(pE->GetUserData());
delete pEventName;
- pE->SetUserData((void*)0);
+ pE->SetUserData(nullptr);
pE = SvTreeListBox::NextSibling( pE );
}
m_pSaveInListBox.clear();