summaryrefslogtreecommitdiff
path: root/basic/source/classes/disas.cxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 10:49:05 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 10:49:05 +0000
commit4a04e1dfaa2b2f27d51db83b92d8b399faf437d4 (patch)
tree08e7a21d42d631a4f930398056d1b7e530640f63 /basic/source/classes/disas.cxx
parent4640202813364ac8532346ee3ac72d7da34267f2 (diff)
INTEGRATION: CWS ab11clonepp4 (1.10.60); FILE MERGED
2004/10/15 08:39:03 ab 1.10.60.1: #118083# #118084# Class support PP4 -> SO 8
Diffstat (limited to 'basic/source/classes/disas.cxx')
-rw-r--r--basic/source/classes/disas.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/classes/disas.cxx b/basic/source/classes/disas.cxx
index 6f8ee39c6ccb..823b64d6733c 100644
--- a/basic/source/classes/disas.cxx
+++ b/basic/source/classes/disas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: disas.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 12:59:43 $
+ * last change: $Author: pjunck $ $Date: 2004-11-02 11:49:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -178,6 +178,7 @@ static const char* pOp3[] = {
// nicht ueberschrieben wird, P=PERSIST (+StringID+Typ)
"FIND_G", // Sucht globale Variable mit Spezialbehandlung wegen _GLOBAL_P
"DCREATE_REDIMP", // User defined Objekt-Array redimensionieren (+StringId+StringId)
+ "FIND_CM", // Search inside a class module (CM) to enable global search in time
};
static const char** pOps[3] = { pOp1, pOp2, pOp3 };