summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/interceptionhelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-04 11:42:58 +0200
committerNoel Grandin <noel@peralex.com>2013-11-11 08:36:07 +0200
commitc4a593b6b1732def0a21f455c0ca50f82a9bc40d (patch)
treee3e1d986a9d36b2bf8488b592deb9ebfd3a03345 /framework/source/dispatch/interceptionhelper.cxx
parent62f27a5e7bd7e66d11b8f6c9c047ecdd73199401 (diff)
remove unnecessary use of OUString constructor in FRAMEWORK module
Change-Id: Icbed4f318043a166ed78fe0c49a53f87ebf7201d
Diffstat (limited to 'framework/source/dispatch/interceptionhelper.cxx')
-rw-r--r--framework/source/dispatch/interceptionhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx
index ebbd9c91e7c2..7cdfc59df90f 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -120,7 +120,7 @@ void SAL_CALL InterceptionHelper::registerDispatchProviderInterceptor(const css:
else
{
aInfo.lURLPattern.realloc(1);
- aInfo.lURLPattern[0] = OUString("*");
+ aInfo.lURLPattern[0] = "*";
}
// SAFE {