summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:57:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:57:39 +0000
commitc9d41a9f92e6ff4e93d953ce4b4fb2a00b7eefa6 (patch)
treed23f702d78ff366dcbebe32fd161c55293c7dc2a
parent294151c3a3b810d7323753d5c13b69884540e6db (diff)
INTEGRATION: CWS aw033 (1.16.10); FILE MERGED
2008/05/14 15:31:04 aw 1.16.10.2: RESYNC: (1.16-1.17); FILE MERGED 2007/01/22 11:00:49 aw 1.16.10.1: changes after resync
-rw-r--r--goodies/source/filter.vcl/ipict/ipict.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/ipict/ipict.cxx b/goodies/source/filter.vcl/ipict/ipict.cxx
index 5292e831ef7a..0ad31ff39acf 100644
--- a/goodies/source/filter.vcl/ipict/ipict.cxx
+++ b/goodies/source/filter.vcl/ipict/ipict.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ipict.cxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -31,13 +31,13 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_goodies.hxx"
-#include <math.h>
#include <string.h>
#include <vcl/bmpacc.hxx>
#include <vcl/graph.hxx>
#include <tools/poly.hxx>
#include <vcl/virdev.hxx>
#include <svtools/fltcall.hxx>
+#include <math.h>
// MT: NOOLDSV, someone should change the code...
enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT };