From cd30747b74683dc5766073a4a9b3a4c0e5db3723 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 31 Oct 2013 17:49:01 +0200 Subject: remove unnecessary use of OUString constructor in STOC module Change-Id: I980223cedb6d0054ef71cbd81691f70a24f506ad --- stoc/source/inspect/introspection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source/inspect') diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 7738a130f993..2ca6beb1e8a9 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -2312,7 +2312,7 @@ rtl::Reference< IntrospectionAccessStatic_Impl > ImplIntrospection::implInspect( } else { - if( aMethName != OUString("queryInterface") ) + if( aMethName != "queryInterface" ) { rMethodConcept_i |= MethodConcept::DANGEROUS; continue; -- cgit