summaryrefslogtreecommitdiff
path: root/shell/source/backends
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends')
-rw-r--r--shell/source/backends/desktopbe/desktopbackend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx
index 42bc6a8b3ce4..e6d160f4a6fc 100644
--- a/shell/source/backends/desktopbe/desktopbackend.cxx
+++ b/shell/source/backends/desktopbe/desktopbackend.cxx
@@ -198,7 +198,7 @@ OUString xdg_user_dir_lookup (const char *type)
continue;
if (relative)
{
- aUserDirBuf = OUStringBuffer(aHomeDirURL + "/");
+ aUserDirBuf = aHomeDirURL + "/";
}
else
{