summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-07-31 00:02:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-07-31 00:02:18 +0200
commit1f7b66104dcb8ccad3efd2bd116c42e090ee9981 (patch)
treec140867d6872aecea550dbb883362e1408108897 /xmlhelp
parent386c28330ea590eb42877af1c807973e8fb29be0 (diff)
Some cppcheck cleaning
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
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 );