Kaydet (Commit) e5f6be49 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: tdf#118572 set parent of basic error dialog to basic ide

Change-Id: I2e9dfd354dce114af9a2933255a991c29619b8a5
Reviewed-on: https://gerrit.libreoffice.org/59566
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst d153882c
...@@ -622,7 +622,7 @@ bool ModulWindow::BasicErrorHdl( StarBASIC const * pBasic ) ...@@ -622,7 +622,7 @@ bool ModulWindow::BasicErrorHdl( StarBASIC const * pBasic )
// #i47002# // #i47002#
Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( this ); Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( this );
ErrorHandler::HandleError( StarBASIC::GetErrorCode() ); ErrorHandler::HandleError(StarBASIC::GetErrorCode(), GetFrameWeld());
// #i47002# // #i47002#
VclPtr<vcl::Window> pWindow = VCLUnoHelper::GetWindow( xWindow ); VclPtr<vcl::Window> pWindow = VCLUnoHelper::GetWindow( xWindow );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment