summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/filter/ww8/ww8par.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 08ab320489eb..3f8fbb67d47b 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -6217,9 +6217,9 @@ ErrCode SwWW8ImplReader::LoadDoc(WW8Glossary *pGloss)
if (m_pStg && 0xa5ec == nMagic)
{
sal_uLong nCurPos = m_pStrm->Tell();
- if (m_pStrm->Seek(nCurPos + 22))
+ if (checkSeek(*m_pStrm, nCurPos + 2))
{
- sal_uInt32 nfcMin;
+ sal_uInt32 nfcMin(0);
m_pStrm->ReadUInt32( nfcMin );
if (0x300 != nfcMin)
nErrRet = ERR_WW6_NO_WW6_FILE_ERR;