diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-10-17 17:53:05 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-10-17 17:53:05 +0000 |
commit | 8e670c4fdf9fae97779979354fe9bec9aa1f3a35 (patch) | |
tree | 2a732d83e5cf900f0349902ca850dd5b5f7919db /basic/source/comp/codegen.cxx | |
parent | e3a68c215e228eeb5bacf7eddacd58a3fd4eaaaf (diff) |
del: old segemntc.h
Diffstat (limited to 'basic/source/comp/codegen.cxx')
-rw-r--r-- | basic/source/comp/codegen.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index a81b0c02422d..0b92c2e7c7a4 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -2,9 +2,9 @@ * * $RCSfile: codegen.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 @@ -64,9 +64,6 @@ #pragma hdrstop #include "image.hxx" -#include "segmentc.hxx" -#pragma SW_SEGMENT_CLASS( SBCOMP, SBCOMP_CODE ) - // nInc ist die Inkrementgroesse der Puffer SbiCodeGen::SbiCodeGen( SbModule& r, SbiParser* p, short nInc ) |