diff options
Diffstat (limited to 'basic/source/classes/image.cxx')
-rw-r--r-- | basic/source/classes/image.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
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; |