diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:47:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:47:27 +0000 |
commit | 8fa6dbef05820811dd904f47b4b52d31339cf8dd (patch) | |
tree | 347c9946c6f609bef4e9574b73939e47190133b2 /basic/source | |
parent | 260cd2ad326d51e880a443a04300bad6c56c1a7a (diff) |
INTEGRATION: CWS warnings01 (1.11.28); FILE MERGED
2005/11/07 12:02:52 ab 1.11.28.1: #i53898# Removed warnings
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/step1.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx index 458dd3476f0a..54a61fd69486 100644 --- a/basic/source/runtime/step1.cxx +++ b/basic/source/runtime/step1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step1.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:42:18 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:47:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,18 +34,13 @@ ************************************************************************/ #include <stdlib.h> -#include <sbx.hxx> #include <rtl/math.hxx> #include "runtime.hxx" -#pragma hdrstop #include "sbintern.hxx" #include "iosys.hxx" #include "image.hxx" #include "sbunoobj.hxx" -#include "segmentc.hxx" -#pragma SW_SEGMENT_CLASS( SBRUNTIME, SBRUNTIME_CODE ) - // Laden einer numerischen Konstanten (+ID) void SbiRuntime::StepLOADNC( USHORT nOp1 ) @@ -243,7 +238,6 @@ void SbiRuntime::StepTESTFOR( USHORT nOp1 ) return; } - ForType eForType = pForStk->eForType; bool bEndLoop = false; switch( pForStk->eForType ) { |