summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-21 14:10:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-21 14:10:13 +0000
commit14a15305759213fac28ae44c273283a1b78aac95 (patch)
treedced80a7aed56b5c4ed2f760af169200c71480b0 /idl
parent0c187d66c157e77049a24d7e39fa798c08f7611a (diff)
#i10000# warning fixed
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/bastype.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/objects/bastype.cxx b/idl/source/objects/bastype.cxx
index ca5653d59c..a2d49da5f0 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 ) )