Kaydet (Commit) 26712ff5 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: d shadows another d

üst d2710808
......@@ -696,10 +696,12 @@ start:
}
break;
case SbxBYREF | SbxCURRENCY:
{
double d;
if( !pDec->getDouble( d ) )
SbxBase::SetError( SbxERR_OVERFLOW );
*p->pnInt64 = ImpDoubleToCurrency( d );
}
break;
case SbxBYREF | SbxSALINT64:
{
......@@ -708,8 +710,8 @@ start:
SbxBase::SetError( SbxERR_OVERFLOW );
else
*p->pnInt64 = ImpDoubleToSalInt64( d );
break;
}
break;
case SbxBYREF | SbxSALUINT64:
{
double d;
......@@ -717,8 +719,8 @@ start:
SbxBase::SetError( SbxERR_OVERFLOW );
else
*p->puInt64 = ImpDoubleToSalUInt64( d );
break;
}
break;
case SbxBYREF | SbxSINGLE:
if( !pDec->getSingle( *p->pSingle ) )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment