summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxlng.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-10-31 16:00:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-01 07:14:13 +0100
commit5d618d73ed8669a75b7b01774f6ea51e99e5b740 (patch)
tree45a609ee2442cc77c79a7fe23de4f19b82e82802 /basic/source/sbx/sbxlng.cxx
parent094542511fae905106a9daa19c049ff669e61bdc (diff)
loplugin:constantparam in basic,basctl
Change-Id: If918c42d4b82d78c07786cfa47c74d0dfb7493d6 Reviewed-on: https://gerrit.libreoffice.org/44131 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 c1436d5aa09e..1da39a406e88 100644
--- a/basic/source/sbx/sbxlng.cxx
+++ b/basic/source/sbx/sbxlng.cxx
@@ -119,7 +119,7 @@ start:
{
double d;
SbxDataType t;
- if( ImpScan( *p->pOUString, d, t, nullptr ) != ERRCODE_NONE )
+ if( ImpScan( *p->pOUString, d, t, nullptr, false ) != ERRCODE_NONE )
nRes = 0;
else if( d > SbxMAXLNG )
{