diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:44:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:44:04 +0000 |
commit | 2d246321bd4d26c1dabecc4cdda33ecd1781fcc1 (patch) | |
tree | 4aae15999e0d600d26b025d2d15a28251c48cd4f /svtools/source/misc/imap.cxx | |
parent | 20df3af85c1fc3004002aaeedf8a3fbcf11d7e56 (diff) |
INTEGRATION: CWS aw033 (1.7.140); FILE MERGED
2008/05/14 15:16:55 aw 1.7.140.3: RESYNC: (1.9-1.10); FILE MERGED
2007/08/09 21:31:43 aw 1.7.140.2: RESYNC: (1.7-1.9); FILE MERGED
2007/02/06 10:39:15 aw 1.7.140.1: #i39532# include adaptions due to M_PI_2 and friends
Diffstat (limited to 'svtools/source/misc/imap.cxx')
-rw-r--r-- | svtools/source/misc/imap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index af34e4976851..9fb60111094e 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: imap.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -31,8 +31,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include <string.h> -#include <math.h> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> #include <vcl/mapmod.hxx> @@ -45,6 +43,8 @@ #include <svtools/imaprect.hxx> #include <svtools/imappoly.hxx> +#include <string.h> +#include <math.h> DBG_NAME( ImageMap ) |