[Libreoffice-commits] .: lotuswordpro/source

Takeshi Abe tabe at kemper.freedesktop.org
Wed Jul 13 05:26:22 PDT 2011


 lotuswordpro/source/filter/tocread.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e9a31fadcabf8ceccd54f59077f4b1263ee2262
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Jul 13 21:23:42 2011 +0900

    initialize Length to suppress a compiler warning

diff --git a/lotuswordpro/source/filter/tocread.cxx b/lotuswordpro/source/filter/tocread.cxx
index ea0af6f..8b16ffe 100644
--- a/lotuswordpro/source/filter/tocread.cxx
+++ b/lotuswordpro/source/filter/tocread.cxx
@@ -384,7 +384,7 @@ CBenTOCReader::ReadSegment(pCBenValue pValue, BenByte * pLookAhead)
 
     UtBool Immediate = UT_FALSE;
     UtBool EightByteOffset = UT_FALSE;
-    unsigned long Offset(0), Length;
+    unsigned long Offset(0), Length(0);
 
     switch (*pLookAhead)
     {


More information about the Libreoffice-commits mailing list