summaryrefslogtreecommitdiff
path: root/svl/source/config/itemholder2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/itemholder2.cxx')
-rw-r--r--svl/source/config/itemholder2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx
index a4bbc974203e..4ddedfebe143 100644
--- a/svl/source/config/itemholder2.cxx
+++ b/svl/source/config/itemholder2.cxx
@@ -57,7 +57,7 @@ ItemHolder2::ItemHolder2()
{
css::uno::Reference< css::lang::XMultiServiceFactory > xSMGR = ::comphelper::getProcessServiceFactory();
css::uno::Reference< css::lang::XComponent > xCfg(
- xSMGR->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.configuration.ConfigurationProvider"))),
+ xSMGR->createInstance(::rtl::OUString("com.sun.star.configuration.ConfigurationProvider")),
css::uno::UNO_QUERY);
if (xCfg.is())
xCfg->addEventListener(static_cast< css::lang::XEventListener* >(this));