Fix uninitialized variables
Change-Id: Iafd54c2b766bebf87cca211948a10695d585f0d9
This commit is contained in:
@@ -329,8 +329,8 @@ Any XLB_Invocation::invoke( const OUString & rFunctionName,
|
||||
sal_uInt32 nULong;
|
||||
sal_Int64 nHyper;
|
||||
sal_uInt64 nUHyper;
|
||||
float fFloat;
|
||||
double fDouble;
|
||||
float fFloat = 0.0;
|
||||
double fDouble = 0.0;
|
||||
TestEnum eEnum;
|
||||
OUString aString;
|
||||
Reference< XInterface > xInterface;
|
||||
|
Reference in New Issue
Block a user