summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/dialog/SafeModeDialog.cxx2
1 files changed, 1 insertions, 1 deletions
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));