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 ac56d73352f0..d3563d04f411 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -322,7 +322,7 @@ namespace
}
const ::com::sun::star::uno::Type aType( pTypeDesc->pWeakRef );
- const bool bExactMatch = i_rPropagation.equalsAscii( "named-only" );
+ const bool bExactMatch = i_rPropagation == "named-only";
if ( bExactMatch )
return i_rRequest.getValueType().equals( aType );