| commit | c8ef1fcb49abb1222f9e4d329adb8a6a744be0f6 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Nov 28 15:07:37 2019 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Nov 28 17:31:25 2019 +0100 |
| tree | bc985831bbb5567f63b5c8ad003a9f5b2ed12d76 | |
| parent | d16962fb59e7326b2868f794bb6246e12e98ce0f [diff] |
Related: tdf#129082 set explicit parent for warning dialog Change-Id: I600be635fef3f9c0d60a799af210e2c6b11b7c10 Reviewed-on: https://gerrit.libreoffice.org/84015 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sc/source/ui/miscdlgs/instbdlg.cxx b/sc/source/ui/miscdlgs/instbdlg.cxx index 3038072..747cd52 100644 --- a/sc/source/ui/miscdlgs/instbdlg.cxx +++ b/sc/source/ui/miscdlgs/instbdlg.cxx
@@ -325,7 +325,7 @@ IMPL_LINK( ScInsertTableDlg, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ErrCode nErr = pDocShTables->GetErrorCode(); if ( nErr ) ErrorHandler::HandleError( nErr ); // warnings, too ErrorHandler::HandleError(nErr, m_xDialog.get()); // warnings, too if ( !pDocShTables->GetError() ) // errors only {