summaryrefslogtreecommitdiff
path: root/store/source/lockbyte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/lockbyte.cxx')
-rw-r--r--store/source/lockbyte.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/lockbyte.cxx b/store/source/lockbyte.cxx
index 9a05e94c57ef..2c322bacc6d4 100644
--- a/store/source/lockbyte.cxx
+++ b/store/source/lockbyte.cxx
@@ -221,7 +221,7 @@ struct FileHandle
return store_E_InvalidParameter;
// Convert into FileUrl.
- rtl::OUString aFileUrl;
+ OUString aFileUrl;
if (osl_getFileURLFromSystemPath (pFilename, &(aFileUrl.pData)) != osl_File_E_None)
{
// Not system path. Assume file url.
@@ -230,7 +230,7 @@ struct FileHandle
if (!aFileUrl.startsWith("file://"))
{
// Not file url. Assume relative path.
- rtl::OUString aCwdUrl;
+ OUString aCwdUrl;
(void) osl_getProcessWorkingDir (&(aCwdUrl.pData));
// Absolute file url.