summaryrefslogtreecommitdiff
path: root/basic
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
commitd2f82e59fd1037ce285382e006292f6d40661ec4 (patch)
treedb6a2bebcb54362e3c0a0a8458d9bb361ec921b7 /basic
parent23954c366c7805367ba4ada2f943d96736319b4a (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')
-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 85074ae870..4d2685e346 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
};