Kaydet (Commit) 8dc23612 authored tarafından Caolán McNamara's avatar Caolán McNamara

pvs-studio: The condition 'nIndex != - 1' of loop is always true

Change-Id: I5b74d8ac2701adbd63816360812687201f645c39
Reviewed-on: https://gerrit.libreoffice.org/62097
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 4219853f
......@@ -135,7 +135,7 @@ OString createFileNameFromType( const OString& destination,
}
buffer.append(token);
} while( nIndex != -1 );
} while(true);
OUString uSysFileName;
OSL_VERIFY( FileBase::getSystemPathFromFileURL(
......
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