diff options
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrl.cxx')
-rw-r--r-- | accessibility/source/extended/accessibleiconchoicectrl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx index 4847b25cbdb2..172438bcfdeb 100644 --- a/accessibility/source/extended/accessibleiconchoicectrl.cxx +++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx @@ -94,7 +94,7 @@ namespace accessibility if ( pCtrl && pCtrl->HasFocus() ) { SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData() ); - if ( pEntry == NULL ) + if ( pEntry == nullptr ) { pEntry = getCtrl()->GetSelectedEntry(); } @@ -122,7 +122,7 @@ namespace accessibility { ::osl::MutexGuard aGuard( m_aMutex ); - m_xParent = NULL; + m_xParent = nullptr; } // XServiceInfo |