summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/Dservices.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-19 18:15:54 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-19 18:15:54 +0100
commitae59adfab27b2aa1446c4e862578f0bf38f9d0ef (patch)
tree6fe1dba20e88110f8871bddf2a75e12033f03ac4 /connectivity/source/drivers/dbase/Dservices.cxx
parentb67fc189ee577021f7a4aa4ca90040f68e0326d4 (diff)
TL_CONSTASCII_USTRINGPARAM in libs core 20
Diffstat (limited to 'connectivity/source/drivers/dbase/Dservices.cxx')
-rw-r--r--connectivity/source/drivers/dbase/Dservices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/Dservices.cxx b/connectivity/source/drivers/dbase/Dservices.cxx
index c576aa4b46f6..f573f895b6cd 100644
--- a/connectivity/source/drivers/dbase/Dservices.cxx
+++ b/connectivity/source/drivers/dbase/Dservices.cxx
@@ -62,9 +62,9 @@ void REGISTER_PROVIDER(
const Reference< ::com::sun::star::registry::XRegistryKey > & xKey)
{
OUString aMainKeyName;
- aMainKeyName = OUString::createFromAscii("/");
+ aMainKeyName = OUString(RTL_CONSTASCII_USTRINGPARAM("/"));
aMainKeyName += aServiceImplName;
- aMainKeyName += OUString::createFromAscii("/UNO/SERVICES");
+ aMainKeyName += OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
Reference< ::com::sun::star::registry::XRegistryKey > xNewKey( xKey->createKey(aMainKeyName) );
OSL_ENSURE(xNewKey.is(), "FILE::component_writeInfo : could not create a registry key !");