summaryrefslogtreecommitdiff
path: root/forms/source/component/ListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/ListBox.cxx')
-rw-r--r--forms/source/component/ListBox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index ca1cb8b6b236..a777b255cf41 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -436,7 +436,7 @@ namespace frm
{
// if both SelectedItems and StringItemList are set, care for this
// #i27024#
- const Any* pSelectSequenceValue = NULL;
+ const Any* pSelectSequenceValue = nullptr;
const OUString* pStartPos = _rPropertyNames.getConstArray();
const OUString* pEndPos = _rPropertyNames.getConstArray() + _rPropertyNames.getLength();
@@ -1948,7 +1948,7 @@ namespace frm
t = m_pItemBroadcaster;
m_pItemBroadcaster->removeEventsForProcessor( this );
m_pItemBroadcaster->terminate();
- m_pItemBroadcaster = NULL;
+ m_pItemBroadcaster = nullptr;
}
}
if (t.is()) {