summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:56:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:56:38 +0000
commit1b7e66da53f16ca54ec62369f9f1c2cd72d47423 (patch)
treedf6530aa105656502d9877cf1cacd663a332b40a
parent28d1831d24d5c730f7fecd206370a579bc44747f (diff)
INTEGRATION: CWS aw033 (1.32.10); FILE MERGED
2008/07/11 11:47:14 aw 1.32.10.5: RESYNC: (1.35-1.36); FILE MERGED 2008/05/14 15:31:08 aw 1.32.10.4: RESYNC: (1.34-1.35); FILE MERGED 2008/03/14 14:47:53 cl 1.32.10.3: RESYNC: (1.33-1.34); FILE MERGED 2007/05/24 00:54:48 aw 1.32.10.2: RESYNC: (1.32-1.33); FILE MERGED 2007/01/22 11:00:47 aw 1.32.10.1: changes after resync
-rw-r--r--goodies/source/filter.vcl/eps/eps.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/eps/eps.cxx b/goodies/source/filter.vcl/eps/eps.cxx
index fb75e1fa109c..cfe17744941a 100644
--- a/goodies/source/filter.vcl/eps/eps.cxx
+++ b/goodies/source/filter.vcl/eps/eps.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: eps.cxx,v $
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_goodies.hxx"
-#include <math.h>
#include <vcl/sv.h>
#include <tools/stream.hxx>
#include <tools/bigint.hxx>
@@ -55,6 +54,8 @@
#include "dlgeps.hrc"
#include "dlgeps.hxx"
+#include <math.h>
+
#define POSTSCRIPT_BOUNDINGSEARCH 0x1000 // we only try to get the BoundingBox
// in the first 4096 bytes