From b67fc189ee577021f7a4aa4ca90040f68e0326d4 Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Fri, 19 Nov 2010 17:42:52 +0100 Subject: TL_CONSTASCII_USTRINGPARAM in libs core 19 --- connectivity/source/manager/mregistration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/manager/mregistration.cxx') 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()) { -- cgit