summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-17 17:47:21 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-17 17:47:21 +0000
commitf307fd25e6555b8c3f3e32cf04d41e1e5e943994 (patch)
tree90e91f3ecec8fe1e2bb5c00d284c7bc26fa0062e /basic/source
parent393737ea2eb535531a7dd0fbec600c4fd8269d12 (diff)
del: old segemntc.h
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/classes/disas.cxx6
-rw-r--r--basic/source/classes/image.cxx7
-rw-r--r--basic/source/classes/sbxmod.cxx14
3 files changed, 6 insertions, 21 deletions
diff --git a/basic/source/classes/disas.cxx b/basic/source/classes/disas.cxx
index 3b9a86c607..ff2716457f 100644
--- a/basic/source/classes/disas.cxx
+++ b/basic/source/classes/disas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: disas.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:09:38 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,6 @@
// Makro MEMBER()
#include "macfix.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBDISAS, SBDISAS_CODE )
#ifdef MACOSX
static char* pOp1[] = {
diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx
index 8e80ea09d9..46ccb0b14c 100644
--- a/basic/source/classes/image.cxx
+++ b/basic/source/classes/image.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: image.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:14:43 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,9 +70,6 @@
#include "image.hxx"
#include "filefmt.hxx"
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBASIC, SBASIC_CODE )
-
SbiImage::SbiImage()
{
rTypes = new SbxArray;
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 1fdadd79ef..63a395232d 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbxmod.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ab $ $Date: 2001-09-04 10:20:53 $
+ * last change: $Author: mh $ $Date: 2001-10-17 18:47:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,13 +59,7 @@
*
************************************************************************/
-#if STLPORT_VERSION < 321
-#include <tools/presys.h>
#include <list>
-#include <tools/postsys.h>
-#else
-#include <list>
-#endif
#include <vos/macros.hxx>
#include <vcl/svapp.hxx>
@@ -105,12 +99,8 @@
#define CDECL
#endif
-
-// TEST
#include <stdio.h>
-#include "segmentc.hxx"
-#pragma SW_SEGMENT_CLASS( SBASIC, SBASIC_CODE )
TYPEINIT1(SbModule,SbxObject)
TYPEINIT1(SbMethod,SbxMethod)