summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-28 20:28:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-12-28 20:28:31 +0100
commit37abf7e62941af5c697ae4cd0c3dcd58d88f156e (patch)
tree742b2703e85f8216b473dd3e9197dda55f8f8ba1 /editeng
parentString Cleanup and news OUString methods/constructors (diff)
downloadcore-37abf7e62941af5c697ae4cd0c3dcd58d88f156e.tar.gz
core-37abf7e62941af5c697ae4cd0c3dcd58d88f156e.zip
Simplify this
Change-Id: If1a8a2441398ea9f20d6ec45e649967673c7a6af
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/txtrange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/txtrange.cxx b/editeng/source/misc/txtrange.cxx
index 29fb0cd0958a..8ba40528e4e7 100644
--- a/editeng/source/misc/txtrange.cxx
+++ b/editeng/source/misc/txtrange.cxx
@@ -460,7 +460,7 @@ void SvxBoundArgs::Add()
"BoundArgs: Array-Count: Confusion" );
}
}
- if( 0 != ( nCount = pLongArr->size() ) )
+ if( !pLongArr->empty() )
{
if( bInner )
{