basic/source/runtime/runtime.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0ce606701080bb93a8dff1d7e5df6006f19683a
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Mon Oct 17 22:44:35 2022 +0100
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Tue Oct 18 00:55:50 2022 +0200

    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.me...@collabora.com>

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

Reply via email to