summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/explode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/explode.cxx b/lotuswordpro/source/filter/explode.cxx
index 69c979daf527..241d43d4a1a6 100644
--- a/lotuswordpro/source/filter/explode.cxx
+++ b/lotuswordpro/source/filter/explode.cxx
@@ -349,7 +349,7 @@ void Decompression::ToString(sal_uInt32 nBits, sal_Char *pChar, sal_uInt32 nLen)
*/
sal_uInt32 Decompression::Decode(HuffmanTreeNode * pRoot)
{
- sal_uInt32 nRet;
+ sal_uInt32 nRet(0);
sal_uInt32 nRead, nReadAlready;
if( 0 != ReadBits(1, nReadAlready))