summaryrefslogtreecommitdiff
path: root/uui/source/iahndl-filter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl-filter.cxx')
-rw-r--r--uui/source/iahndl-filter.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/uui/source/iahndl-filter.cxx b/uui/source/iahndl-filter.cxx
index bfdb312855e9..6291553f7203 100644
--- a/uui/source/iahndl-filter.cxx
+++ b/uui/source/iahndl-filter.cxx
@@ -216,8 +216,7 @@ handleFilterOptionsRequest_(
sal_Int32 nPropCount = rRequest.rProperties.getLength();
for( sal_Int32 ind = 0; ind < nPropCount; ++ind )
{
- if( rRequest.rProperties[ind].Name.equals(
- OUString("FilterName")) )
+ if( rRequest.rProperties[ind].Name == "FilterName" )
{
rRequest.rProperties[ind].Value >>= aFilterName;
break;
@@ -231,8 +230,7 @@ handleFilterOptionsRequest_(
for( sal_Int32 nProperty=0;
nProperty < nPropertyCount;
++nProperty )
- if( aProps[nProperty].Name.equals(
- OUString("UIComponent")) )
+ if( aProps[nProperty].Name == "UIComponent" )
{
OUString aServiceName;
aProps[nProperty].Value >>= aServiceName;