summaryrefslogtreecommitdiffstats
path: root/connectivity/source/cpool/Zregistration.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-19 17:42:52 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-19 17:42:52 +0100
commitb67fc189ee577021f7a4aa4ca90040f68e0326d4 (patch)
tree9b5a0293b73bd027aae47e85c39e67b27d41c247 /connectivity/source/cpool/Zregistration.cxx
parentTL_CONSTASCII_USTRINGPARAM in libs core 18 (diff)
downloadcore-b67fc189ee577021f7a4aa4ca90040f68e0326d4.tar.gz
core-b67fc189ee577021f7a4aa4ca90040f68e0326d4.zip
TL_CONSTASCII_USTRINGPARAM in libs core 19
Diffstat (limited to 'connectivity/source/cpool/Zregistration.cxx')
-rw-r--r--connectivity/source/cpool/Zregistration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx
index 3acb300a862e..738096bca750 100644
--- a/connectivity/source/cpool/Zregistration.cxx
+++ b/connectivity/source/cpool/Zregistration.cxx
@@ -55,7 +55,7 @@ sal_Bool SAL_CALL component_writeInfo(void* /*_pServiceManager*/, com::sun::star
{
::rtl::OUString sMainKeyName( RTL_CONSTASCII_USTRINGPARAM( "/" ));
sMainKeyName += OPoolCollection::getImplementationName_Static();
- sMainKeyName += ::rtl::OUString::createFromAscii("/UNO/SERVICES");
+ sMainKeyName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
try
{