summaryrefslogtreecommitdiffstats
path: root/uui/source/iahndl-filter.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-25 12:18:11 +0200
committerNoel Grandin <noel@peralex.com>2013-10-01 10:08:40 +0200
commitb879adc316d6628fad7be35e758052860171bcf2 (patch)
tree1f65afe787b1cc680bcd055a90e878047f395052 /uui/source/iahndl-filter.cxx
parentconvert remnants of String to OUString in SFX2 module (diff)
downloadcore-b879adc316d6628fad7be35e758052860171bcf2.tar.gz
core-b879adc316d6628fad7be35e758052860171bcf2.zip
convert UUI module from String to OUString
Change-Id: I0dfcdb0b95112b5ee18b05d0c496059292be65c4
Diffstat (limited to 'uui/source/iahndl-filter.cxx')
-rw-r--r--uui/source/iahndl-filter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-filter.cxx b/uui/source/iahndl-filter.cxx
index d631d0479025..031ef91ff0a0 100644
--- a/uui/source/iahndl-filter.cxx
+++ b/uui/source/iahndl-filter.cxx
@@ -148,7 +148,7 @@ handleNoSuchFilterRequest_(
OUString("Name"), OUString());
aPair.sUI = lProps.getUnpackedValueOrDefault(
OUString("UIName"), OUString());
- if ( (!aPair.sInternal.Len()) || (!aPair.sUI.Len() ) )
+ if ( aPair.sInternal.isEmpty() || aPair.sUI.isEmpty() )
{
continue;
}