summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-01 00:26:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:46:27 +0000
commitd15163eceb2f97cfc87975acfcb7b0a6e0ea54fe (patch)
tree89a300b351285fdcab8e5636533a449087167891 /basic
parent8465e99a27168a2c0a62e84b819e9e133f47ddf8 (diff)
Fix typos
Change-Id: Ideafa411b53fe4a5f2e6559be10c4cb82b58a256 Reviewed-on: https://gerrit.libreoffice.org/24543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxform.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx
index 0a16daaba2f8..55e93f11e7c3 100644
--- a/basic/source/sbx/sbxform.cxx
+++ b/basic/source/sbx/sbxform.cxx
@@ -599,7 +599,7 @@ void SbxBasicFormater::ScanFormatString( double dNumber,
- optional digits in the exponent
- percent-character found?
- () for negative leading sign?
- - exponetial-notation?
+ - exponential-notation?
- shall thousand-separators be generated?
- is a percent-character being found? --> dNumber *= 100.0;
- are there thousand-separators in a row?