summaryrefslogtreecommitdiff
path: root/basic/source/runtime
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-05-21 16:40:24 +0200
committerKurt Zenker <kz@openoffice.org>2010-05-21 16:40:24 +0200
commitf9561071999b3c5c8505d648c14fff7b1bcd0caa (patch)
treef3181eb80b29309b83c3d34469c357d040feb2f4 /basic/source/runtime
parent3e212fc8ff1aa83dae46d8e56155d92b1d909ed4 (diff)
parentf0f55d0c3330f3e217ebc15e4329dda617fb5950 (diff)
CWS-TOOLING: integrate CWS gridcontrol_03
Notes
Notes: split repo tag: libs-core_ooo/DEV300_m79
Diffstat (limited to 'basic/source/runtime')
-rw-r--r--basic/source/runtime/step1.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx
index 2161f3d1dd09..c6f090048bf2 100644
--- a/basic/source/runtime/step1.cxx
+++ b/basic/source/runtime/step1.cxx
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <rtl/math.hxx>
+#include <basic/sbuno.hxx>
#include "runtime.hxx"
#include "sbintern.hxx"
#include "iosys.hxx"
@@ -231,8 +232,6 @@ void SbiRuntime::StepRETURN( UINT32 nOp1 )
// FOR-Variable testen (+Endlabel)
-void unoToSbxValue( SbxVariable* pVar, const Any& aValue );
-
void SbiRuntime::StepTESTFOR( UINT32 nOp1 )
{
if( !pForStk )