diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/SafeModeDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx index dbf445dc3449..7dfb9c10124a 100644 --- a/svx/source/dialog/SafeModeDialog.cxx +++ b/svx/source/dialog/SafeModeDialog.cxx @@ -352,7 +352,7 @@ namespace { }; ProfileExportedDialog::ProfileExportedDialog() - : ModalDialog(nullptr, "SafeModeQueryDialog", "svx/ui/profileexporteddialog.ui") + : ModalDialog(nullptr, "ProfileExportedDialog", "svx/ui/profileexporteddialog.ui") { get<Button>("openfolder")->SetClickHdl(LINK(this, ProfileExportedDialog, OpenHdl)); } |