[Libreoffice-commits] core.git: svx/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Wed Nov 16 12:54:53 UTC 2016


 svx/source/dialog/SafeModeDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6e3ff896e7422b4a438cbe5c1c9d97027c468c5c
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Wed Nov 16 13:51:35 2016 +0100

    Fix crash when opening ProfileExportedDialog
    
    Change-Id: I9137cc2b925f67af6b6dc7106327de76c28c74ac
    Reviewed-on: https://gerrit.libreoffice.org/30904
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx
index dbf445d..7dfb9c1 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));
     }


More information about the Libreoffice-commits mailing list