summaryrefslogtreecommitdiff
path: root/basic/source/comp/loops.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/comp/loops.cxx')
-rw-r--r--basic/source/comp/loops.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/basic/source/comp/loops.cxx b/basic/source/comp/loops.cxx
index 64c4001ee14a..9f631f2a4f2d 100644
--- a/basic/source/comp/loops.cxx
+++ b/basic/source/comp/loops.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: loops.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:12:10 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,6 @@
#include "sbcomp.hxx"
#pragma hdrstop
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE )
-
// Single-line IF und Multiline IF
void SbiParser::If()