Kaydet (Commit) 6cccfd6c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704736 Dereference after null check

Change-Id: Ib11b59696135f29375ec53332c526f0b5bcd638d
üst ad346fb7
......@@ -1506,7 +1506,7 @@ void ImplSdPPTImport::ImportPageEffect( SdPage* pPage, const sal_Bool bNewAnimat
}
}
DffRecordHeader aPageRecHd;
if ( pPage && SeekToAktPage( &aPageRecHd ) )
if ( SeekToAktPage( &aPageRecHd ) )
{
sal_uLong nPageRecEnd = aPageRecHd.GetRecEndFilePos();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment