summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-31 17:49:01 +0200
committerNoel Grandin <noel@peralex.com>2013-11-08 14:50:59 +0200
commitcd30747b74683dc5766073a4a9b3a4c0e5db3723 (patch)
treea1833a51a2f501693100bb449e5a4b28f564379e /stoc/source/inspect
parentc3e55a1f3b88fd53d13f563a4116d588643c34d7 (diff)
remove unnecessary use of OUString constructor in STOC module
Change-Id: I980223cedb6d0054ef71cbd81691f70a24f506ad
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r--stoc/source/inspect/introspection.cxx2
1 files changed, 1 insertions, 1 deletions
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;