diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:03:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:03:31 +0000 |
commit | a8fce567887fbcc798ba7fe7ac9a3e9f78b8f25e (patch) | |
tree | ca95db74f0351aa8a00ba472ae63f595ce30db0b /basic/source/runtime | |
parent | 20cab400e2f6be08578d15464c21a46b435fb40d (diff) |
INTEGRATION: CWS ab48 (1.36.60); FILE MERGED
2008/06/10 05:10:08 ab 1.36.60.2: RESYNC: (1.36-1.37); FILE MERGED
2008/04/04 10:28:24 ab 1.36.60.1: #i75443# Support multiple array indices
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 6eed6a8d3266..b956d97aa777 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: runtime.cxx,v $ - * $Revision: 1.37 $ + * $Revision: 1.38 $ * * This file is part of OpenOffice.org. * @@ -136,6 +136,7 @@ SbiRuntime::pStep0 SbiRuntime::aStep0[] = { // Alle Opcodes ohne Operanden &SbiRuntime::StepINITFOREACH,// Init for each loop &SbiRuntime::StepVBASET,// vba-like set statement &SbiRuntime::StepERASE_CLEAR,// vba-like set statement + &SbiRuntime::StepARRAYACCESS,// access TOS as array }; SbiRuntime::pStep1 SbiRuntime::aStep1[] = { // Alle Opcodes mit einem Operanden |