summaryrefslogtreecommitdiff
path: root/cui/source/options/radiobtnbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/radiobtnbox.cxx')
-rw-r--r--cui/source/options/radiobtnbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/radiobtnbox.cxx b/cui/source/options/radiobtnbox.cxx
index 1f1a422d9c84..bf14d7732bff 100644
--- a/cui/source/options/radiobtnbox.cxx
+++ b/cui/source/options/radiobtnbox.cxx
@@ -52,7 +52,7 @@ void SvxRadioButtonListBox::KeyInput( const KeyEvent& rKEvt )
if ( GetCheckButtonState( pEntry ) == SV_BUTTON_UNCHECKED )
{
SetCheckButtonState( pEntry, SV_BUTTON_CHECKED );
- GetCheckButtonHdl().Call( NULL );
+ GetCheckButtonHdl().Call( nullptr );
return ;
}
}