[Libreoffice-commits] core.git: basctl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 24 19:30:18 UTC 2018


 basctl/source/basicide/baside2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5f6be4902f1ee0941760630cd0a17d6e1a7b87a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Aug 24 10:47:39 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Aug 24 21:29:46 2018 +0200

    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 at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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 );


More information about the Libreoffice-commits mailing list