summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-02 09:02:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-02 09:02:45 +0000
commit2320731cdb17d40c45263e95db04dead98518ab2 (patch)
tree1bccc39fae2da2c0a6767af57f6955e2ad86061a /basic
parentf834720fae2ee6c32c01e22e514290a4fb860274 (diff)
INTEGRATION: CWS npower10 (1.36.40); FILE MERGED
2008/05/07 07:11:18 pflin 1.36.40.3: RESYNC: (1.36-1.37); FILE MERGED 2008/03/03 20:08:37 npower 1.36.40.2: #i58089# 2007/12/20 21:23:02 npower 1.36.40.1: #58089
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/runtime.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 7184037b5a..aee7bc2d69 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: runtime.cxx,v $
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
* This file is part of OpenOffice.org.
*
@@ -195,6 +195,7 @@ SbiRuntime::pStep2 SbiRuntime::aStep2[] = {// Alle Opcodes mit zwei Operanden
&SbiRuntime::StepDCREATE_REDIMP, // Objekt-Array redimensionieren (+StringID+StringID)
&SbiRuntime::StepFIND_CM, // Search inside a class module (CM) to enable global search in time
&SbiRuntime::StepPUBLIC_P, // Search inside a class module (CM) to enable global search in time
+ &SbiRuntime::StepFIND_STATIC, // Search inside a class module (CM) to enable global search in time
};