Kaydet (Commit) 041e1ba3 authored tarafından Caolán McNamara's avatar Caolán McNamara

good() includes !IsEof() already

Change-Id: I6eddd347333638c0a8ea924e6062f8e4d379a20e
Reviewed-on: https://gerrit.libreoffice.org/45074Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 3fbbd74b
......@@ -662,7 +662,7 @@ void OP_ApplyPatternArea123(LotusContext& rContext, SvStream& rStream)
break;
}
}
while( nLevel && !rStream.IsEof() && rStream.good() );
while( nLevel && rStream.good() );
rContext.aLotusPatternPool.clear();
}
......
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