summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-08-11 23:21:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-08-11 23:23:19 +0200
commit5cbb76d6c4e4d8de7304e75ca922d92320954d5a (patch)
tree6c94ac376b84fd88b1d315b72454f2c90ae75d16 /svl
parentReplace SvArray stuff with vector in xmloff/xmlcnimp.hxx and refactor (diff)
downloadcore-5cbb76d6c4e4d8de7304e75ca922d92320954d5a.tar.gz
core-5cbb76d6c4e4d8de7304e75ca922d92320954d5a.zip
Some cppcheck cleaning
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/stylepool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/items/stylepool.cxx b/svl/source/items/stylepool.cxx
index 1873ffda3a3b..26910a332645 100644
--- a/svl/source/items/stylepool.cxx
+++ b/svl/source/items/stylepool.cxx
@@ -117,7 +117,7 @@ namespace {
{
bool bHasItemSet = false;
- if ( maItemSet.size() > 0 )
+ if ( !maItemSet.empty())
{
if ( bCheckUsage )
{