summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 14:06:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 14:06:28 +0000
commit2f3e67e5011e704c3204a7db516daa5217aaad32 (patch)
treed1d4080076ae552fe784e3392a26276af111e200 /goodies
parent1516c27a1c2bc5b379d6004a30df04fd9918242d (diff)
INTEGRATION: CWS vclcleanup02 (1.4.122); FILE MERGED
2003/12/11 08:48:28 mt 1.4.122.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ios2met/ios2met.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/goodies/source/filter.vcl/ios2met/ios2met.cxx b/goodies/source/filter.vcl/ios2met/ios2met.cxx
index 1fe1522cb607..4cbcc0b4dafb 100644
--- a/goodies/source/filter.vcl/ios2met/ios2met.cxx
+++ b/goodies/source/filter.vcl/ios2met/ios2met.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ios2met.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2002-05-29 13:11:36 $
+ * last change: $Author: vg $ $Date: 2004-01-06 15:06:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,16 +62,13 @@
#include <math.h>
#include <vcl/graph.hxx>
-#include <vcl/poly.hxx>
+#include <tools/poly.hxx>
#include <vcl/virdev.hxx>
#include <vcl/lineinfo.hxx>
#include <svtools/fltcall.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 };
-#endif // NOOLDSV
//============================== defines ===================================