summaryrefslogtreecommitdiff
path: root/fpicker/source/office/RemoteFilesDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/RemoteFilesDialog.cxx')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 5242ce8b6fed..34729dfb2005 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -1417,7 +1417,7 @@ std::vector<OUString> RemoteFilesDialog::GetPathList() const
pEntry = m_pFileView->NextSelected( pEntry );
}
- if( aList.size() == 0 && !m_sPath.isEmpty() )
+ if( aList.empty() && !m_sPath.isEmpty() )
aList.push_back( m_sPath );
return aList;