Kaydet (Commit) dc24a62c authored tarafından Caolán McNamara's avatar Caolán McNamara

tdf#117862 crash in profile export dialog

Change-Id: Ibb1ab10707262e8f0d36a805ab08562a5f0fecf4
Reviewed-on: https://gerrit.libreoffice.org/55033Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 6d0d201b
......@@ -343,7 +343,7 @@ namespace {
};
ProfileExportedDialog::ProfileExportedDialog(weld::Window* pParent)
: GenericDialogController(pParent, "svx/ui/profileexporteddialog.ui", "GenericDialogController")
: GenericDialogController(pParent, "svx/ui/profileexporteddialog.ui", "ProfileExportedDialog")
, m_xButton(m_xBuilder->weld_button("ok"))
{
m_xButton->connect_clicked(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