diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:36:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-02 15:36:23 +0000 |
commit | 99e450dbe4d86f90babb5fcab8ab751bc1643133 (patch) | |
tree | ec59e8d2198fbd507878b8f94628915b5cdb3f9b /basic | |
parent | f678ace1abe7e4eff8465a926a025c893bc12db7 (diff) |
INTEGRATION: CWS npower4 (1.30.10); FILE MERGED
2006/10/18 20:29:18 npower 1.30.10.1: #i64884# changes for default properties
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 06f44a2a2457..8c157e121c64 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: runtime.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: vg $ $Date: 2006-11-02 15:32:56 $ + * last change: $Author: vg $ $Date: 2006-11-02 16:36:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,6 +152,7 @@ SbiRuntime::pStep0 SbiRuntime::aStep0[] = { // Alle Opcodes ohne Operanden &SbiRuntime::StepRSET, // Speichern Objekt TOS ==> TOS-1 &SbiRuntime::StepREDIMP_ERASE,// Copy array object for REDIMP &SbiRuntime::StepINITFOREACH,// Init for each loop + &SbiRuntime::StepVBASET,// vba-like set statement }; SbiRuntime::pStep1 SbiRuntime::aStep1[] = { // Alle Opcodes mit einem Operanden |