Kaydet (Commit) 37abf7e6 authored tarafından Julien Nabet's avatar Julien Nabet

Simplify this

Change-Id: If1a8a2441398ea9f20d6ec45e649967673c7a6af
üst 3179055d
......@@ -460,7 +460,7 @@ void SvxBoundArgs::Add()
"BoundArgs: Array-Count: Confusion" );
}
}
if( 0 != ( nCount = pLongArr->size() ) )
if( !pLongArr->empty() )
{
if( bInner )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment