diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-21 14:10:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-21 14:10:13 +0000 |
commit | c24848382ced515636dfafb07516b4a908fb3fb8 (patch) | |
tree | fcd5233154ce59f9d4e857ed0f1415a58b066af7 /idl | |
parent | 74c754c92e9b09461997308674433f4249e66fdc (diff) |
#i10000# warning fixed
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/bastype.cxx | 4 |
1 files 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 ) ) |