diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-05-08 14:54:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-05-08 14:54:29 +0200 |
commit | 3ea396c8d22d995f63e88b24ea85a881b6139280 (patch) | |
tree | 12f106178de0b3a6e65fd05f4786fe577f148728 /autodoc/source/ary | |
parent | 3b8b6cef107bdf209e6258c5bb4d51e880f6ecf6 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'autodoc/source/ary')
-rw-r--r-- | autodoc/source/ary/idl/ia_type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/ary/idl/ia_type.cxx b/autodoc/source/ary/idl/ia_type.cxx index 4f4b26062bc3..c029c8e1e877 100644 --- a/autodoc/source/ary/idl/ia_type.cxx +++ b/autodoc/source/ary/idl/ia_type.cxx @@ -127,7 +127,7 @@ TypeAdmin::lhf_CheckIn_TypeName( const String & i_sLocalName, { String sSearchLocalName( i_sLocalName ); if ( i_templateParameters != 0 - ? i_templateParameters->size() > 0 + ? (!i_templateParameters->empty()) : false ) { sSearchLocalName = MakeTemplateName( |