summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxlng.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxlng.cxx')
-rw-r--r--basic/source/sbx/sbxlng.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx
index d176c2111dae..94c6f43b7360 100644
--- a/basic/source/sbx/sbxlng.cxx
+++ b/basic/source/sbx/sbxlng.cxx
@@ -115,7 +115,7 @@ start:
{
double d;
SbxDataType t;
- if( ImpScan( *p->pOUString, d, t, NULL ) != ERRCODE_SBX_OK )
+ if( ImpScan( *p->pOUString, d, t, nullptr ) != ERRCODE_SBX_OK )
nRes = 0;
else if( d > SbxMAXLNG )
{