summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorSantiago Alessandri <salessandri@nasel.com.ar>2010-11-11 17:20:24 -0300
committerDavid Tardon <dtardon@redhat.com>2010-11-12 08:12:31 +0100
commit7c26a84a582641c671b35516ef0e6edf63c3752f (patch)
tree142f100cdf7e9e1d73ad8de7380200ee88c5ebfe /dbaccess/source/shared
parent6c07a3cf7056f73488df19a135592824e692a2ea (diff)
Changed usage of createFromAscii for macro RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/registrationhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/shared/registrationhelper.cxx b/dbaccess/source/shared/registrationhelper.cxx
index 56246cee507a..878b9cec5688 100644
--- a/dbaccess/source/shared/registrationhelper.cxx
+++ b/dbaccess/source/shared/registrationhelper.cxx
@@ -144,7 +144,7 @@ sal_Bool OModuleRegistration::writeComponentInfos(
{
::rtl::OUString aMainKeyName(sRootKey);
aMainKeyName += *pImplName;
- aMainKeyName += ::rtl::OUString::createFromAscii("/UNO/SERVICES");
+ aMainKeyName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/UNO/SERVICES"));
try
{