[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sc/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Nov 29 10:00:29 UTC 2019
sc/source/ui/miscdlgs/instbdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a12038fd8f6c7f276b616093c613c4fc19f75a59
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Nov 28 15:07:37 2019 +0000
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Fri Nov 29 10:59:46 2019 +0100
Related: tdf#129082 set explicit parent for warning dialog
Change-Id: I600be635fef3f9c0d60a799af210e2c6b11b7c10
Reviewed-on: https://gerrit.libreoffice.org/84016
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
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
{
More information about the Libreoffice-commits
mailing list