summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:43:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:43:25 +0000
commit8a4741c70a924411655670e0c7444bebcba71a2e (patch)
treedcf6ea3a0d14c9158886170a2c09440f4b7fe623 /svtools
parentd2070028eb2954c5998c91a77777612c3f4402ad (diff)
INTEGRATION: CWS aw033 (1.32.98); FILE MERGED
2008/05/14 15:17:38 aw 1.32.98.3: RESYNC: (1.33-1.34); FILE MERGED 2007/08/09 21:18:00 aw 1.32.98.2: RESYNC: (1.32-1.33); FILE MERGED 2007/02/06 10:39:14 aw 1.32.98.1: #i39532# include adaptions due to M_PI_2 and friends
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/wmf/winmtf.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/svtools/source/filter.vcl/wmf/winmtf.hxx b/svtools/source/filter.vcl/wmf/winmtf.hxx
index 324e03494c16..4b333b67e0c6 100644
--- a/svtools/source/filter.vcl/wmf/winmtf.hxx
+++ b/svtools/source/filter.vcl/wmf/winmtf.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: winmtf.hxx,v $
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
* This file is part of OpenOffice.org.
*
@@ -35,9 +35,6 @@
#define WIN_MTF_ASSERT
#endif
-#include <vector>
-#include <math.h>
-#include <stdlib.h>
#include <sot/object.hxx>
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
#include <boost/shared_ptr.hpp>
@@ -56,6 +53,10 @@
#include <vcl/lineinfo.hxx>
#include <svtools/fltcall.hxx>
+#include <vector>
+#include <math.h>
+#include <stdlib.h>
+
#define ERROR 0
#define NULLREGION 1
#define SIMPLEREGION 2