summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/maildispatcher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/maildispatcher.cxx')
-rw-r--r--sw/source/uibase/dbui/maildispatcher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/dbui/maildispatcher.cxx b/sw/source/uibase/dbui/maildispatcher.cxx
index 6fd88f64923b..46c7f3657d4e 100644
--- a/sw/source/uibase/dbui/maildispatcher.cxx
+++ b/sw/source/uibase/dbui/maildispatcher.cxx
@@ -269,7 +269,7 @@ void MailDispatcher::onTerminated()
{
//keep the reference until the end of onTerminated() because of the call order in the
//_threadFunc() from osl/thread.hxx
- m_xSelfReference = 0;
+ m_xSelfReference = nullptr;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */