summaryrefslogtreecommitdiff
path: root/basic/source/inc/opcodes.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-02 08:59:35 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-02 08:59:35 +0000
commit6c57bb5417d8d13c01f865a2ebcc57d1d2b26585 (patch)
tree5ecdbf42a6ebef4b0407689041be00104c253043 /basic/source/inc/opcodes.hxx
parent2fadb4479eccd94fed056bc76336559f06882896 (diff)
INTEGRATION: CWS npower10 (1.12.40); FILE MERGED
2008/05/07 07:10:08 pflin 1.12.40.2: RESYNC: (1.12-1.13); FILE MERGED 2007/12/20 21:23:01 npower 1.12.40.1: #58089
Diffstat (limited to 'basic/source/inc/opcodes.hxx')
-rw-r--r--basic/source/inc/opcodes.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/basic/source/inc/opcodes.hxx b/basic/source/inc/opcodes.hxx
index e8586341e7f2..8dede6571baf 100644
--- a/basic/source/inc/opcodes.hxx
+++ b/basic/source/inc/opcodes.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: opcodes.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -163,6 +163,8 @@ enum SbiOpcode {
_DCREATE_REDIMP, // Objekt-Array redimensionieren (+StringId+StringID)
_FIND_CM, // Search inside a class module (CM) to enable global search in time
_PUBLIC_P, // Module global Variable (persisted between calls)(+StringID+Typ)
+ _FIND_STATIC, // local static var lookup (+StringID+Typ)
+
SbOP2_END
};