From 2ac715209e5a966ef8e837ba22b643388fbab1dc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 2 Jul 2008 09:02:45 +0000 Subject: 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 --- basic/source/runtime/runtime.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'basic/source') 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 }; -- cgit