summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 09:42:35 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 09:42:47 -0500
commitd6fef33ef731e96ab55979fa6451f1c1d773103d (patch)
tree3834209533249a173e7446e4c9b7d5c297ccb598 /connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
parent19f38b6fab0072fad2311e76c766790b8e2962b0 (diff)
targeted string re-work
Change-Id: Iac38f0f2622b1f7ddcc6f91b022c949e7a733c41
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 6e11eb39aab8..c613faa78038 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
@@ -65,7 +65,7 @@ namespace
aSecurity.getHomeDir( aConfigPath );
#endif
- return aConfigPath + ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/"));
+ return aConfigPath + ::rtl::OUString("/");
}
// -------------------------------------------------------------------