diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-28 15:07:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-28 20:13:00 +0100 |
commit | 5030be4e85179147476b1e441eb618fb6ed58235 (patch) | |
tree | 767c82d6e74339006a0d11d6f0565e35a4993f31 | |
parent | 8bf07ebfca54efea0f5aac354a012541f54f9815 (diff) |
Related: tdf#129082 set explicit parent for warning dialog
Change-Id: I600be635fef3f9c0d60a799af210e2c6b11b7c10
Reviewed-on: https://gerrit.libreoffice.org/84014
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sc/source/ui/miscdlgs/instbdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/instbdlg.cxx b/sc/source/ui/miscdlgs/instbdlg.cxx index 303807299dc4..747cd524b70f 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 { |