summaryrefslogtreecommitdiff
path: root/basic/source/comp/scanner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/scanner.cxx')
-rw-r--r--basic/source/comp/scanner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/scanner.cxx b/basic/source/comp/scanner.cxx
index 02ca0f3428aa..77424d4a369f 100644
--- a/basic/source/comp/scanner.cxx
+++ b/basic/source/comp/scanner.cxx
@@ -325,7 +325,7 @@ bool SbiScanner::NextSym()
eScanType = SbxDOUBLE;
bool bScanError = false;
bool bBufOverflow = false;
- // All this because of 'D' or 'd' floating point type, sigh..
+ // All this because of 'D' or 'd' floating point type, sigh...
while(!bScanError && nCol < aLine.getLength() && strchr("0123456789.DEde", aLine[nCol]))
{
// from 4.1.1996: buffer full? -> go on scanning empty