summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SafeModeDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/SafeModeDialog.cxx')
-rw-r--r--svx/source/dialog/SafeModeDialog.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx
index b74d2a93dae2..6cd0f306ad34 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -301,8 +301,7 @@ namespace {
IMPL_LINK(SafeModeDialog, CreateZipBtnHdl, weld::Button&, /*rBtn*/, void)
{
- const OUString zipFileName("libreoffice-profile.zip");
- const OUString zipFileURL(comphelper::BackupFileHelper::getUserProfileURL() + "/" + zipFileName);
+ const OUString zipFileURL(comphelper::BackupFileHelper::getUserProfileURL() + "/libreoffice-profile.zip");
osl::File::remove(zipFileURL); // Remove previous exports
try
{