diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/qpro/qproform.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/filter/qpro/qproform.cxx b/sc/source/filter/qpro/qproform.cxx index a61d0882f74e..b66665095960 100644 --- a/sc/source/filter/qpro/qproform.cxx +++ b/sc/source/filter/qpro/qproform.cxx @@ -181,7 +181,8 @@ ConvErr QProToSc::Convert( const ScTokenArray*& pArray, sal_uInt16 /*nLen*/, con sal_uInt16 nInt, nIntCount = 0, nStringCount = 0, nFloatCount = 0, nDLLCount = 0, nArgCount = 0; sal_uInt16 nIntArray[ nBufSize ] = {0}; OUString sStringArray[ nBufSize ]; - sal_uInt16 nDummy, nDLLId, nDLLArray[ nBufSize ]; + sal_uInt16 nDummy, nDLLId; + sal_uInt16 nDLLArray[ nBufSize ] = {0}; sal_uInt16 nNote, nRef, nRelBits; TokenId nPush; ScComplexRefData aCRD; |