summaryrefslogtreecommitdiff
path: root/store/workben/t_page.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/workben/t_page.cxx')
-rw-r--r--store/workben/t_page.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/workben/t_page.cxx b/store/workben/t_page.cxx
index 8abbd563ba24..5fa7ca62bc29 100644
--- a/store/workben/t_page.cxx
+++ b/store/workben/t_page.cxx
@@ -852,7 +852,7 @@ struct FileHandle
return osl_File_E_INVAL;
// Convert into FileUrl.
- rtl::OUString aFileUrl;
+ OUString aFileUrl;
if (osl_getFileURLFromSystemPath (pFilename, &(aFileUrl.pData)) != osl_File_E_None)
{
// Not system path. Maybe a file url, already.