summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index c21839829f42..9512e4052aef 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -1984,7 +1984,7 @@ void StackWindow::UpdateCalls()
}
SbxBase::ResetError();
- if( eOld != SbxERR_OK )
+ if( eOld != ERRCODE_SBX_OK )
SbxBase::SetError( eOld );
}
else
@@ -2624,7 +2624,7 @@ void WatchTreeListBox::UpdateWatches( bool bBasicStopped )
Invalidate();
SbxBase::ResetError();
- if( eOld != SbxERR_OK )
+ if( eOld != ERRCODE_SBX_OK )
SbxBase::SetError( eOld );
setBasicWatchMode( false );
}