summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-19 19:30:57 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-19 19:30:57 +0100
commit0a994bff157dfdd9a879017e8ac11233cb9a7bc9 (patch)
treead5a56ba65562f1a2cd947e6d303c2c76de47176 /connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
parentae59adfab27b2aa1446c4e862578f0bf38f9d0ef (diff)
TL_CONSTASCII_USTRINGPARAM in libs core 21
Diffstat (limited to 'connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
index af4107f4eff9..5a731bdd8376 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
@@ -167,7 +167,7 @@ namespace
if (product == MozillaProductType_Default)
return ::rtl::OUString();
- return getRegistryDir(product) + ::rtl::OUString::createFromAscii(APP_REGISTRY_NAME);
+ return getRegistryDir(product) + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(APP_REGISTRY_NAME));
}
#endif