diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-24 10:47:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-24 21:29:46 +0200 |
commit | e5f6be4902f1ee0941760630cd0a17d6e1a7b87a (patch) | |
tree | 7733376cedf7f9622bdeebaf2822bd67d65c2b84 /basctl | |
parent | d153882ca640ccc39460a09a6d5d10f1720c5b94 (diff) |
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: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<vcl::Window> pWindow = VCLUnoHelper::GetWindow( xWindow ); |