diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:57:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:57:14 +0000 |
commit | 8ab368ba094b5bbdf33b2c0bfb8290730c2f3963 (patch) | |
tree | ade946582cec7a8c37ed4cf425e5e62a7dfdb67e /goodies | |
parent | 96b0d525717c1815afd2f3ec37066b037fdc3d7d (diff) |
INTEGRATION: CWS aw033 (1.6.10); FILE MERGED
2008/05/14 15:31:17 aw 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED
2007/01/22 11:00:49 aw 1.6.10.1: changes after resync
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/idxf/idxf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/idxf.cxx b/goodies/source/filter.vcl/idxf/idxf.cxx index 1e7cff75abff..9d11a1e29ad0 100644 --- a/goodies/source/filter.vcl/idxf/idxf.cxx +++ b/goodies/source/filter.vcl/idxf/idxf.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: idxf.cxx,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -31,12 +31,12 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_goodies.hxx" -#include <math.h> #include <string.h> #include <vcl/gdimtf.hxx> #include <vcl/graph.hxx> #include <vcl/virdev.hxx> #include "dxf2mtf.hxx" +#include <math.h> //================== GraphicImport - die exportierte Funktion ================ |