summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/baside2.cxx')
-rw-r--r--basctl/source/basicide/baside2.cxx2
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 );