From e5f6be4902f1ee0941760630cd0a17d6e1a7b87a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Aug 2018 10:47:39 +0100 Subject: Related: tdf#118572 set parent of basic error dialog to basic ide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2e9dfd354dce114af9a2933255a991c29619b8a5 Reviewed-on: https://gerrit.libreoffice.org/59566 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basctl/source/basicide/baside2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index 7e39d8f9da5e..9741bdfeaeed 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -622,7 +622,7 @@ bool ModulWindow::BasicErrorHdl( StarBASIC const * pBasic ) // #i47002# Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( this ); - ErrorHandler::HandleError( StarBASIC::GetErrorCode() ); + ErrorHandler::HandleError(StarBASIC::GetErrorCode(), GetFrameWeld()); // #i47002# VclPtr pWindow = VCLUnoHelper::GetWindow( xWindow ); -- cgit