summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxsng.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxsng.cxx')
-rw-r--r--basic/source/sbx/sbxsng.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxsng.cxx b/basic/source/sbx/sbxsng.cxx
index a6250bf1d570..21dd38f44424 100644
--- a/basic/source/sbx/sbxsng.cxx
+++ b/basic/source/sbx/sbxsng.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -77,7 +77,7 @@ start:
case SbxCURRENCY:
{
double dVal;
- if( p->eType == SbxCURRENCY )
+ if( p->eType == SbxCURRENCY )
dVal = ImpCurrencyToDouble( p->nLong64 );
else if( p->eType == SbxLONG64 )
dVal = ImpINT64ToDouble( p->nLong64 );
@@ -220,7 +220,7 @@ start:
{
SbxDecimal* pDec = ImpCreateDecimal( p );
if( !pDec->setSingle( n ) )
- SbxBase::SetError( SbxERR_OVERFLOW );
+ SbxBase::SetError( SbxERR_OVERFLOW );
break;
}
direct: