diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index b4e449b99fa9..6c025eec93b6 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -1945,7 +1945,7 @@ void StackWindow::UpdateCalls() } SbxBase::ResetError(); - if( eOld != ERRCODE_SBX_OK ) + if( eOld != ERRCODE_NONE ) SbxBase::SetError( eOld ); } else @@ -2581,7 +2581,7 @@ void WatchTreeListBox::UpdateWatches( bool bBasicStopped ) Invalidate(); SbxBase::ResetError(); - if( eOld != ERRCODE_SBX_OK ) + if( eOld != ERRCODE_NONE ) SbxBase::SetError( eOld ); setBasicWatchMode( false ); } |