summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update')
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx
index 198414a3a634..f0f7ce1d6070 100644
--- a/extensions/source/update/check/updatecheckconfig.cxx
+++ b/extensions/source/update/check/updatecheckconfig.cxx
@@ -199,7 +199,7 @@ OUString UpdateCheckConfig::getDesktopDirectory()
// This should become a desktop specific setting in some system backend ..
OUString aHomeDir;
osl::Security().getHomeDir( aHomeDir );
- aRet = aHomeDir + OUString("/Desktop");
+ aRet = aHomeDir + "/Desktop";
// Set path to home directory when there is no /Desktop directory
osl::Directory aDocumentsDir( aRet );