summaryrefslogtreecommitdiff
path: root/basic/source/runtime/runtime.cxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 10:58:09 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 10:58:09 +0000
commit7798a83e95e2dfbdbb4a8d44a836cdc4b9439a5b (patch)
treeea3d1f5f79602c454654d4a3e31746442f697c17 /basic/source/runtime/runtime.cxx
parent3faf242faf81098de273ed044be8dc4e68269e10 (diff)
INTEGRATION: CWS ab11clonepp4 (1.16.16); FILE MERGED
2004/10/15 08:39:10 ab 1.16.16.1: #118083# #118084# Class support PP4 -> SO 8
Diffstat (limited to 'basic/source/runtime/runtime.cxx')
-rw-r--r--basic/source/runtime/runtime.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 1bd3a70d7228..f3dfbc7a03af 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: runtime.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 07:44:06 $
+ * last change: $Author: pjunck $ $Date: 2004-11-02 11:58:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -224,6 +224,7 @@ SbiRuntime::pStep2 SbiRuntime::aStep2[] = {// Alle Opcodes mit zwei Operanden
// von Basic nicht ueberschrieben wird (+StringID+Typ)
MEMBER(SbiRuntime::StepFIND_G), // Sucht globale Variable mit Spezialbehandlung wegen _GLOBAL_P
MEMBER(SbiRuntime::StepDCREATE_REDIMP), // Objekt-Array redimensionieren (+StringID+StringID)
+ MEMBER(SbiRuntime::StepFIND_CM), // Search inside a class module (CM) to enable global search in time
};