diff options
Diffstat (limited to 'vcl/source/control/field.cxx')
-rw-r--r-- | vcl/source/control/field.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 720ebd02568d..3b6b5b106190 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -104,7 +104,6 @@ static bool ImplNumericGetValue( const OUString& rStr, sal_Int64& rValue, aStr = aStr.trim(); - // find position of decimal point nDecPos = aStr.indexOf( rLocaleDataWrappper.getNumDecimalSep() ); // find position of fraction |