summaryrefslogtreecommitdiff
path: root/uui/source/iahndl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r--uui/source/iahndl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 74568bcac699..6f1373a7a480 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -355,7 +355,7 @@ namespace
}
const ::com::sun::star::uno::Type aType( pTypeDesc->pWeakRef );
- const bool bExactMatch = ( i_rPropagation.compareToAscii( "named-only" ) == 0 );
+ const bool bExactMatch = i_rPropagation.equalsAscii( "named-only" );
if ( bExactMatch )
return i_rRequest.getValueType().equals( aType );