summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-27 11:37:01 +0200
committerNoel Grandin <noel@peralex.com>2015-07-28 08:35:34 +0200
commit01075a7274bd3921501d382a71720581a48bfd66 (patch)
tree7f748dfa03ed10666d15dbfa2481cf03171e644b /basctl
parent9072c5c8551c0bc512865ab15b1054c78706f1f3 (diff)
inline the "old" SbxErr constants
Change-Id: I1c54c792e0397d61c97d5067963b343f912275fc
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 );
}