diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:02:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 09:02:45 +0000 |
commit | 2ac715209e5a966ef8e837ba22b643388fbab1dc (patch) | |
tree | c8d01490f81e790bba388f4ce3c1a012e2bada0e /basic/source | |
parent | 8d3a09c920f7e6a5393d815db980d10f7aca9d9a (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/source')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index b956d97aa777..d81cebe60fc6 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 }; |