#i10000# warning fixed
This commit is contained in:
parent
74c754c92e
commit
c24848382c
1 changed files with 2 additions and 2 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue