summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx
index eb200c8f5e95..49fa8ed2cae4 100644
--- a/ucbhelper/source/client/proxydecider.cxx
+++ b/ucbhelper/source/client/proxydecider.cxx
@@ -313,9 +313,8 @@ InternetProxyDecider_Impl::InternetProxyDecider_Impl(
uno::Reference< uno::XInterface > xInterface(
xConfigProv->createInstanceWithArguments(
- OUString(
- "com.sun.star.configuration.ConfigurationAccess" ),
- aArguments ) );
+ "com.sun.star.configuration.ConfigurationAccess",
+ aArguments ) );
OSL_ENSURE( xInterface.is(),
"InternetProxyDecider - No config access!" );