summaryrefslogtreecommitdiff
path: root/sfx2/source/control/unoctitm.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-19 17:17:18 +0200
commite2bb12f8888af0b6dad58ad0acfd071df01f6655 (patch)
treeee6d1048acd0b47005dd7a7f65a8d7edc797313b /sfx2/source/control/unoctitm.cxx
parentc8b19bdd2a2f3658e158bae44d4b472497591f85 (diff)
loplugin:stringcopy: sfx2
Change-Id: I9aa713a0839993fae202fc81431eb937d0604cb7
Diffstat (limited to 'sfx2/source/control/unoctitm.cxx')
-rw-r--r--sfx2/source/control/unoctitm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index a4c8ba30d1a7..30399c2c3cbe 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -434,7 +434,7 @@ void SfxDispatchController_Impl::addParametersToArgs( const css::util::URL& aURL
else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_STRING], 6 ))
{
// STRING support
- rArgs[nLen].Value <<= OUString( INetURLObject::decode( aValue, INetURLObject::DecodeMechanism::WithCharset ));
+ rArgs[nLen].Value <<= INetURLObject::decode( aValue, INetURLObject::DecodeMechanism::WithCharset );
}
else if ( aParamType.equalsAsciiL( URLTypeNames[URLType_DOUBLE], 6))
{