diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-05-17 12:44:26 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-05-17 12:44:26 +0200 |
commit | e023dd9c028cdb359afc968fed3e82f8090a9ce5 (patch) | |
tree | 95e0b47820beab249b25b1c597f8d49fdabb8dfd /cpputools/source | |
parent | 32e4e05d4f18eee7d60289b90000b0b3ae14b2cf (diff) |
Some cppcheck cleaning
Diffstat (limited to 'cpputools/source')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index 7b1f4d3b1..82da5d758 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -738,7 +738,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc,) } } - if (aReadOnlyRegistries.size() > 0 || + if ((!aReadOnlyRegistries.empty()) || aReadWriteRegistry.getLength() > 0) { //#### create registry ############################################# |