summaryrefslogtreecommitdiff
path: root/connectivity/source/manager/mregistration.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/manager/mregistration.cxx')
-rw-r--r--connectivity/source/manager/mregistration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/manager/mregistration.cxx b/connectivity/source/manager/mregistration.cxx
index 6000ab52e694..136f9f754660 100644
--- a/connectivity/source/manager/mregistration.cxx
+++ b/connectivity/source/manager/mregistration.cxx
@@ -62,7 +62,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void* /*_pServiceMana
{
::rtl::OUString sMainKeyName( RTL_CONSTASCII_USTRINGPARAM( "/" ));
sMainKeyName += ::drivermanager::OSDBCDriverManager::getImplementationName_static();
- sMainKeyName += ::rtl::OUString::createFromAscii("/UNO/SERVICES");
+ sMainKeyName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
Reference< XRegistryKey > xMainKey = _pRegistryKey->createKey(sMainKeyName);
if (xMainKey.is())
{