diff options
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.cxx')
-rw-r--r-- | extensions/source/propctrlr/usercontrol.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/usercontrol.cxx b/extensions/source/propctrlr/usercontrol.cxx index df3fdde7a19f..ef15cd7d6364 100644 --- a/extensions/source/propctrlr/usercontrol.cxx +++ b/extensions/source/propctrlr/usercontrol.cxx @@ -78,7 +78,7 @@ namespace pcr else { TreatAsNumber( false ); - SetFormatter( NULL ); + SetFormatter( nullptr ); SetText( "" ); } } @@ -252,7 +252,7 @@ namespace pcr if ( bFallback ) { getTypedControlWindow()->TreatAsNumber(false); - getTypedControlWindow()->SetFormatter(NULL); + getTypedControlWindow()->SetFormatter(nullptr); getTypedControlWindow()->SetText(""); m_nLastDecimalDigits = 0; } |