summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxscan.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxscan.cxx')
-rw-r--r--basic/source/sbx/sbxscan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index ff6109ee0c9c..c136e95c61b3 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -506,7 +506,7 @@ static sal_uInt16 printfmtnum( double nNum, OUString& rRes, const OUString& rWFm
short nPrec = 0; // number of positions after decimal point
short nWidth = 0; // number range completely
short nLen; // length of converted number
- bool bPoint = false; // true: with 1000 seperators
+ bool bPoint = false; // true: with 1000 separators
bool bTrail = false; // true, if following minus
bool bSign = false; // true: always with leading sign
bool bNeg = false; // true: number is negative