diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:14:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:25 +0100 |
commit | f19dda5a55156afda2c6dde6c51c455cc5657fc2 (patch) | |
tree | a0ec501f676cf5ec67aaf0eb3b8572dc1bad0db0 /extensions/source/propctrlr/usercontrol.cxx | |
parent | e1e967a1bb0f4e4fac50f353c990389ccc73a053 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I5bbef6c88255f3e8c740a5239a5010cf1251b7fa
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; } |