diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxcurr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxcurr.cxx b/basic/source/sbx/sbxcurr.cxx index de0c6d2de806..eb15713a65f5 100644 --- a/basic/source/sbx/sbxcurr.cxx +++ b/basic/source/sbx/sbxcurr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxcurr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:29:03 $ + * last change: $Author: rt $ $Date: 2007-11-13 15:22:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ SbxINT64 ImpGetCurrency( const SbxValues* p ) SbxValues aTmp; SbxINT64 nRes; start: - switch( p->eType ) + switch( +p->eType ) { case SbxNULL: SbxBase::SetError( SbxERR_CONVERSION ); @@ -193,7 +193,7 @@ void ImpPutCurrency( SbxValues* p, const SbxINT64 &r ) double dVal = ImpCurrencyToDouble( r ); SbxValues aTmp; start: - switch( p->eType ) + switch( +p->eType ) { // Hier sind Tests notwendig case SbxCHAR: |