summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/filerec/filerec.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx
index bdbad2a6da2f..f76aba554228 100644
--- a/svl/source/filerec/filerec.cxx
+++ b/svl/source/filerec/filerec.cxx
@@ -604,6 +604,8 @@ SfxMultiRecordReader::SfxMultiRecordReader( SvStream *pStream, sal_uInt16 nTag )
, _nContentSize(0)
, _nContentCount(0)
, _nContentNo(0)
+ , _nContentTag( 0 )
+ , _nContentVer( 0 )
{
// Position im Stream merken, um im Fehlerfall zur"uck-seeken zu k"onnen
_nStartPos = pStream->Tell();