svx/source/dialog/SafeModeDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dc24a62c59121df2b70b25118b562661c24c2841 Author: Caolán McNamara <[email protected]> Date: Tue May 29 20:57:32 2018 +0100 tdf#117862 crash in profile export dialog Change-Id: Ibb1ab10707262e8f0d36a805ab08562a5f0fecf4 Reviewed-on: https://gerrit.libreoffice.org/55033 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx index 33e8912bebc5..d802258d3788 100644 --- a/svx/source/dialog/SafeModeDialog.cxx +++ b/svx/source/dialog/SafeModeDialog.cxx @@ -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)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
