summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 10:47:06 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 10:47:06 +0000
commit99827928515729df9dd81a176aa5a566815cd9f9 (patch)
tree9268ddb05f08cf63726669566b9eec07ac3b70f8 /svtools/source
parentebbde810a0996fddd14defdd52cbb02079b62279 (diff)
INTEGRATION: CWS pj55 (1.7.54); FILE MERGED
2006/07/18 06:53:19 pjanik 1.7.54.1: #i67402#: Assign value to prevent warnings.
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/filerec/filerec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filerec/filerec.cxx b/svtools/source/filerec/filerec.cxx
index d416f18e464c..b90a961dd9e8 100644
--- a/svtools/source/filerec/filerec.cxx
+++ b/svtools/source/filerec/filerec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filerec.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 21:03:50 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 11:47:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -508,7 +508,7 @@ inline FASTBOOL SfxSingleRecordReader::ReadHeader_Impl( USHORT nTypes )
FASTBOOL bRet;
// Basisklassen-Header einlesen
- UINT32 nHeader;
+ UINT32 nHeader=0;
*_pStream >> nHeader;
if ( !SetHeader_Impl( nHeader ) )
bRet = FALSE;