diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-17 17:47:21 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-17 17:47:21 +0000 |
commit | 883fb28c8b5da644113d5408609dda6293ae99ee (patch) | |
tree | 77778cd83407e0e5f9b931261eb3614f2223f5b9 /basic/source/classes | |
parent | 05678870108f29c5cc699cac4e133e44cb7af517 (diff) |
del: old segemntc.h
Diffstat (limited to 'basic/source/classes')
-rw-r--r-- | basic/source/classes/disas.cxx | 6 | ||||
-rw-r--r-- | basic/source/classes/image.cxx | 7 | ||||
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 14 |
3 files changed, 6 insertions, 21 deletions
diff --git a/basic/source/classes/disas.cxx b/basic/source/classes/disas.cxx index fc0f4c710c8d..96affd8a82e9 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 6d16edf3d003..69026576eb7b 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 531682221ba1..d50872c1aecb 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) |