Kaydet (Commit) 786504f3 authored tarafından Caolán McNamara's avatar Caolán McNamara

other branch is 'if (GetMedum()' so '!GetMedium() here' is always true

Change-Id: I4b3a7aa35b1dfb78b5ceda8fa2570e11eaffd937
Reviewed-on: https://gerrit.libreoffice.org/46283Tested-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 866898af
......@@ -531,9 +531,7 @@ SvParserState SwHTMLParser::CallParser()
m_nEventId = nullptr;
}
}
// show progress bar
else if( !GetMedium() || !GetMedium()->IsRemote() )
else // show progress bar
{
rInput.Seek(STREAM_SEEK_TO_END);
rInput.ResetError();
......
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