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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx
index 2e2cb082ac57..a2231f997610 100644
--- a/basic/source/sbx/sbxscan.cxx
+++ b/basic/source/sbx/sbxscan.cxx
@@ -295,7 +295,7 @@ static const double roundArray[] = {
5.0e+0, 0.5e+0, 0.5e-1, 0.5e-2, 0.5e-3, 0.5e-4, 0.5e-5, 0.5e-6, 0.5e-7,
0.5e-8, 0.5e-9, 0.5e-10,0.5e-11,0.5e-12,0.5e-13,0.5e-14,0.5e-15 };
-/***************************************************************************
+/*
|*
|* void myftoa( double, char *, short, short, bool, bool )
|*
@@ -307,7 +307,7 @@ static const double roundArray[] = {
|* bool true: with 1000-separators
|* bool true: output without formatting
|*
-***************************************************************************/
+ */
static void myftoa( double nNum, char * pBuf, short nPrec, short nExpWidth,
bool bPt, bool bFix, sal_Unicode cForceThousandSep )