From 1b7e66da53f16ca54ec62369f9f1c2cd72d47423 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 23:56:38 +0000 Subject: 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 --- goodies/source/filter.vcl/eps/eps.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'goodies') 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 #include #include #include @@ -55,6 +54,8 @@ #include "dlgeps.hrc" #include "dlgeps.hxx" +#include + #define POSTSCRIPT_BOUNDINGSEARCH 0x1000 // we only try to get the BoundingBox // in the first 4096 bytes -- cgit