diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:05:58 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 14:05:58 +0000 |
commit | 1516c27a1c2bc5b379d6004a30df04fd9918242d (patch) | |
tree | f71e17b87858054b21e3381e7a0ba357f89e205d /goodies | |
parent | 96e6057f56270d88a5eb3ff9bd2f3eb5a3c99116 (diff) |
INTEGRATION: CWS vclcleanup02 (1.2.122); FILE MERGED
2003/12/11 08:48:27 mt 1.2.122.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/dxf2mtf.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/goodies/source/filter.vcl/idxf/dxf2mtf.hxx b/goodies/source/filter.vcl/idxf/dxf2mtf.hxx index e0691644a031..1e77ad3de4c1 100644 --- a/goodies/source/filter.vcl/idxf/dxf2mtf.hxx +++ b/goodies/source/filter.vcl/idxf/dxf2mtf.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dxf2mtf.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: sj $ $Date: 2002-05-29 10:04:09 $ + * last change: $Author: vg $ $Date: 2004-01-06 15:05:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,15 +65,12 @@ #include "dxfreprd.hxx" #include <vcl/font.hxx> -#ifndef NOOLDSV -#include <vcl/gdiobj.hxx> -#else // NOOLDSV +// MT: NOOLDSV, someone should change the code... enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enum BrushStyle { BRUSH_NULL, BRUSH_SOLID, BRUSH_HORZ, BRUSH_VERT, BRUSH_CROSS, BRUSH_DIAGCROSS, BRUSH_UPDIAG, BRUSH_DOWNDIAG, BRUSH_25, BRUSH_50, BRUSH_75, BRUSH_BITMAP }; -#endif // NOOLDSV class DXF2GDIMetaFile { private: |