diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:54:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 08:54:50 +0000 |
commit | 33db5e7a345ffce259fe9597c47e57c0a2e9c685 (patch) | |
tree | bce80afcb9b7f80a0c513c8ee47b3ce864ed64b6 /basic | |
parent | da54be9a73a5cdd9f2c6de6a194e80766683292c (diff) |
INTEGRATION: CWS ab34 (1.23.50); FILE MERGED
2007/07/24 13:46:11 ab 1.23.50.2: RESYNC: (1.23-1.24); FILE MERGED
2007/06/20 10:21:31 ab 1.23.50.1: #i75598# Add missing pcode
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/disas.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/classes/disas.cxx b/basic/source/classes/disas.cxx index 2acb40a0d097..7356b4fcf7ec 100644 --- a/basic/source/classes/disas.cxx +++ b/basic/source/classes/disas.cxx @@ -4,9 +4,9 @@ * * $RCSfile: disas.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:17:37 $ + * last change: $Author: hr $ $Date: 2007-08-03 09:54:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,8 @@ static const char* pOp1[] = { "LSET", // Speichern Objekt TOS ==> TOS-1 "RSET", // Speichern Objekt TOS ==> TOS-1 "REDIMP_ERASE", - "INITFOREACH" + "INITFOREACH", + "VBASET" }; static const char* pOp2[] = { |