summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc/numberingtypelistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/misc/numberingtypelistbox.cxx')
-rw-r--r--sw/source/uibase/misc/numberingtypelistbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/misc/numberingtypelistbox.cxx b/sw/source/uibase/misc/numberingtypelistbox.cxx
index 1f1e47a4eee1..faf6f3215eb4 100644
--- a/sw/source/uibase/misc/numberingtypelistbox.cxx
+++ b/sw/source/uibase/misc/numberingtypelistbox.cxx
@@ -78,7 +78,7 @@ void SwNumberingTypeListBox::Reload(sal_uInt16 nTypeFlags)
{
Clear();
uno::Sequence<sal_Int16> aTypes;
- const sal_Int16* pTypes = NULL;
+ const sal_Int16* pTypes = nullptr;
if(0 != (nTypeFlags&INSERT_NUM_EXTENDED_TYPES) )
{
if(pImpl->xInfo.is())