summaryrefslogtreecommitdiff
path: root/configmgr/source/defaultprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/defaultprovider.cxx')
-rw-r--r--configmgr/source/defaultprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/defaultprovider.cxx b/configmgr/source/defaultprovider.cxx
index 7161659e0fa6..9e1088ed1723 100644
--- a/configmgr/source/defaultprovider.cxx
+++ b/configmgr/source/defaultprovider.cxx
@@ -42,11 +42,11 @@ com_sun_star_comp_configuration_DefaultProvider_get_implementation(
namespace configmgr::default_provider
{
-OUString getImplementationName() { return "com.sun.star.comp.configuration.DefaultProvider"; }
+OUString getImplementationName() { return u"com.sun.star.comp.configuration.DefaultProvider"_ustr; }
css::uno::Sequence<OUString> getSupportedServiceNames()
{
- return { "com.sun.star.configuration.DefaultProvider" };
+ return { u"com.sun.star.configuration.DefaultProvider"_ustr };
}
}