CID#1103740 uninitialized value
Change-Id: I2d10104277d8ad0781e3dd088d51d62fa759fe57
This commit is contained in:
@@ -1985,7 +1985,7 @@ RTLFUNC(CDateFromUnoTime)
|
|||||||
|
|
||||||
void SbxDateFromUNODateTime( SbxValue *pVal, const ::com::sun::star::util::DateTime& aUnoDT)
|
void SbxDateFromUNODateTime( SbxValue *pVal, const ::com::sun::star::util::DateTime& aUnoDT)
|
||||||
{
|
{
|
||||||
double dDate;
|
double dDate(0.0);
|
||||||
if( implDateTimeSerial( aUnoDT.Year, aUnoDT.Month, aUnoDT.Day,
|
if( implDateTimeSerial( aUnoDT.Year, aUnoDT.Month, aUnoDT.Day,
|
||||||
aUnoDT.Hours, aUnoDT.Minutes, aUnoDT.Seconds,
|
aUnoDT.Hours, aUnoDT.Minutes, aUnoDT.Seconds,
|
||||||
dDate ) )
|
dDate ) )
|
||||||
|
Reference in New Issue
Block a user