Kaydet (Commit) 6e3ff896 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Fix crash when opening ProfileExportedDialog

Change-Id: I9137cc2b925f67af6b6dc7106327de76c28c74ac
Reviewed-on: https://gerrit.libreoffice.org/30904Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 7ac70669
...@@ -352,7 +352,7 @@ namespace { ...@@ -352,7 +352,7 @@ namespace {
}; };
ProfileExportedDialog::ProfileExportedDialog() ProfileExportedDialog::ProfileExportedDialog()
: ModalDialog(nullptr, "SafeModeQueryDialog", "svx/ui/profileexporteddialog.ui") : ModalDialog(nullptr, "ProfileExportedDialog", "svx/ui/profileexporteddialog.ui")
{ {
get<Button>("openfolder")->SetClickHdl(LINK(this, ProfileExportedDialog, OpenHdl)); get<Button>("openfolder")->SetClickHdl(LINK(this, ProfileExportedDialog, OpenHdl));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment