diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 00:02:18 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 00:02:18 +0200 |
commit | 1f7b66104dcb8ccad3efd2bd116c42e090ee9981 (patch) | |
tree | c140867d6872aecea550dbb883362e1408108897 /xmlhelp/source | |
parent | 386c28330ea590eb42877af1c807973e8fb29be0 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 5b8979bb7b8d..0c3e8fd1b8a3 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -429,7 +429,7 @@ rtl::OUString Databases::getInstallPathAsURL() const std::vector< rtl::OUString >& Databases::getModuleList( const rtl::OUString& Language ) { - if( m_avModules.size() == 0 ) + if( m_avModules.empty() ) { rtl::OUString fileName,dirName = getInstallPathAsURL() + processLang( Language ); osl::Directory dirFile( dirName ); |