diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2022-10-17 22:44:35 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2022-10-18 00:55:50 +0200 |
commit | c0ce606701080bb93a8dff1d7e5df6006f19683a (patch) | |
tree | c2eefed80d9d9dc561942dd6b1869a557c668489 /basic/source | |
parent | 7d260761702a5a172f3554bbf44d0e810c441a51 (diff) |
basic: correct reference to method that doesn't exist.
Apparently not there in basic from prior to its open-sourcing.
Change-Id: I9b2da35abfc9971ee380c68f33e239fe63b381c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141483
Tested-by: Jenkins
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 4f77fecb56e2..6a15cb1606e6 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -4422,7 +4422,7 @@ void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 ) } // 16.10.96: #31460 new concept for StepInto/Over/Out - // see explanation at _ImplGetBreakCallLevel + // see explanation at SbiInstance::CalcBreakCallLevel if( pInst->nCallLvl <= pInst->nBreakCallLvl ) { StarBASIC* pStepBasic = GetCurrentBasic( &rBasic ); |