summaryrefslogtreecommitdiff
path: root/basic/source/comp/loops.cxx
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-17 17:53:05 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-17 17:53:05 +0000
commit8e670c4fdf9fae97779979354fe9bec9aa1f3a35 (patch)
tree2a732d83e5cf900f0349902ca850dd5b5f7919db /basic/source/comp/loops.cxx
parente3a68c215e228eeb5bacf7eddacd58a3fd4eaaaf (diff)
del: old segemntc.h
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()