From 5f911c416b26f88fdb75ded501c98f1b8738cec2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 19 Oct 2013 15:38:43 +0100 Subject: CID1078820 has already been dereferenced on all paths leading to the check Change-Id: I5210d67259d445f6e7f52f176cd67af82d687e37 --- sw/source/filter/ww8/ww8par.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 8e3e9b5fbb48..50354b3abfa5 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -5747,8 +5747,10 @@ sal_uLong WW8Reader::Read(SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPam, co refStrm->SetBufferSize( nOldBuffSize ); refStrm.Clear(); } - else if (pIn) + else + { pIn->ResetError(); + } } return nRet; -- cgit