diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-15 10:19:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-15 10:19:36 +0100 |
commit | 514b5d6919bdba95ab31c57920b5a3fd87db0a33 (patch) | |
tree | 000d17cfcde5fde559e8eac5ed083f91471cb915 /uui | |
parent | 3c262bacf2bff175014ac56d11fd3d209bec8a43 (diff) |
uui: Use appropriate OUString functions on string constants
Change-Id: Ic9cc90b11cc0097327748a1d3f08cebe037b811e
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 |
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 ); |