Kaydet (Commit) 20ecb4b7 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

use empty instead of size() == 0

Change-Id: I08b1e73323a15dd977daba98946e7deec3967503
Reviewed-on: https://gerrit.libreoffice.org/40575Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 0163984c
......@@ -526,7 +526,7 @@ int RemoteFilesDialog::GetSelectedServicePos()
int nPos = 0;
int i = -1;
if( m_aServices.size() == 0 )
if( m_aServices.empty() )
return -1;
while( nPos < ( int )m_aServices.size() )
......
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