diff options
Diffstat (limited to 'basic/source/sbx/sbxlng.cxx')
-rw-r--r-- | basic/source/sbx/sbxlng.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index e129406e2f3a..a49b6928758c 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -22,7 +22,6 @@ #include <comphelper/errcode.hxx> #include <basic/sberrors.hxx> #include "sbxconv.hxx" -#include <rtlproto.hxx> #include <rtl/math.hxx> @@ -103,7 +102,7 @@ start: { double d; SbxDataType t; - if( ImpScan( *p->pOUString, d, t, nullptr, !LibreOffice6FloatingPointMode() ) != ERRCODE_NONE ) + if( ImpScan( *p->pOUString, d, t, nullptr ) != ERRCODE_NONE ) nRes = 0; else nRes = ImpDoubleToLong(d); |