From c24848382ced515636dfafb07516b4a908fb3fb8 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 21 May 2008 14:10:13 +0000 Subject: #i10000# warning fixed --- idl/source/objects/bastype.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx index d37ef6e10418..cfc30f37ad3c 100644 --- a/idl/source/objects/bastype.cxx +++ b/idl/source/objects/bastype.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bastype.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -590,7 +590,7 @@ BOOL SvUUId::WriteSvIdl( SvStream & rOutStm ) *************************************************************************/ BOOL SvVersion::ReadSvIdl( SvTokenStream & rInStm ) { - long n; + long n = 0; UINT32 nTokPos = rInStm.Tell(); if( ReadRangeSvIdl( SvHash_Version(), rInStm, 0 , 0xFFFF, &n ) ) -- cgit