diff --git a/sc/source/filter/qpro/qproform.cxx b/sc/source/filter/qpro/qproform.cxx index 2b9bca63752a..e977643d7db8 100644 --- a/sc/source/filter/qpro/qproform.cxx +++ b/sc/source/filter/qpro/qproform.cxx @@ -195,7 +195,8 @@ ConvErr QProToSc::Convert( const ScTokenArray*& pArray, sal_uInt16 /*nLen*/, con ScSingleRefData aSRD; FUNC_TYPE eType; DefTokenId eOc; - double nFloatArray[ nBufSize ], nFloat; + double nFloatArray[ nBufSize ] = {0}; + double nFloat; const sal_Char* pExtString = 0; aCRD.InitFlags();