summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-29 10:52:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-29 10:52:19 +0000
commit2822f239d300bc777dcd5f2afe21524144cb24eb (patch)
tree1a3ef19d2853e36b0b9fb4e9c05165fccf5f5344 /basic/source/runtime/runtime.cxx
parentb7f2dd041467355f6e19d263f5605b8f4e1f3761 (diff)
INTEGRATION: CWS ab14fixes (1.19.18); FILE MERGED
2005/03/16 15:25:31 ab 1.19.18.3: RESYNC: (1.19-1.20); FILE MERGED 2005/03/04 14:24:39 ab 1.19.18.2: #120061# StepTESTCLASS 2005/02/22 09:19:53 ab 1.19.18.1: #115829# StepCLASS -> StepSETCLASS
Diffstat (limited to 'basic/source/runtime/runtime.cxx')
-rw-r--r--basic/source/runtime/runtime.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 50e9084c18ca..7ffbf665b5c0 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: runtime.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: rt $ $Date: 2005-01-28 16:09:07 $
+ * last change: $Author: rt $ $Date: 2005-03-29 11:52:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,7 +194,8 @@ SbiRuntime::pStep1 SbiRuntime::aStep1[] = { // Alle Opcodes mit einem Operanden
MEMBER(SbiRuntime::StepCLOSE), // (+Kanal/0)
MEMBER(SbiRuntime::StepPRCHAR), // (+char)
// Verwaltung
- MEMBER(SbiRuntime::StepCLASS), // Klassennamen testen (+StringId)
+ MEMBER(SbiRuntime::StepSETCLASS), // Set + Klassennamen testen (+StringId)
+ MEMBER(SbiRuntime::StepTESTCLASS), // Check TOS class (+StringId)
MEMBER(SbiRuntime::StepLIB), // Lib fuer Declare-Call (+StringId)
MEMBER(SbiRuntime::StepBASED), // TOS wird um BASE erhoeht, BASE davor gepusht
MEMBER(SbiRuntime::StepARGTYP), // Letzten Parameter in Argv konvertieren (+Typ)