summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-15 10:19:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-15 10:19:36 +0100
commit514b5d6919bdba95ab31c57920b5a3fd87db0a33 (patch)
tree000d17cfcde5fde559e8eac5ed083f91471cb915 /uui
parent3c262bacf2bff175014ac56d11fd3d209bec8a43 (diff)
uui: Use appropriate OUString functions on string constants
Change-Id: Ic9cc90b11cc0097327748a1d3f08cebe037b811e
Diffstat (limited to 'uui')
-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 );