Kaydet (Commit) c3a06bca authored tarafından Matteo Casalin's avatar Matteo Casalin

Use isEmpty()

Change-Id: If26e7ca01d5f1f4fe5e98a2523660eb3c3783bc4
üst 3863005b
......@@ -562,8 +562,7 @@ void SvtMatchContext_Impl::doExecute()
aURLs.clear();
// check for input
sal_uInt16 nTextLen = aText.getLength();
if ( !nTextLen )
if ( aText.isEmpty() )
return;
if( aText.indexOf( '*' ) != -1 || aText.indexOf( '?' ) != -1 )
......
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