diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:49:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:49:03 +0000 |
commit | 4e13f92915af9acc33d6f83112adc8d64c207dc1 (patch) | |
tree | 0fcc7d05348f74b2b0d479ce901d76541172b83d | |
parent | 98f2fc344df31cd3f65029411df6bb11fa43e5d2 (diff) |
INTEGRATION: CWS aw033 (1.18.152); FILE MERGED
2008/06/25 13:14:44 aw 1.18.152.6: RESYNC: (1.23-1.24); FILE MERGED
2008/05/14 15:23:44 aw 1.18.152.5: RESYNC: (1.22-1.23); FILE MERGED
2008/03/14 14:42:46 cl 1.18.152.4: RESYNC: (1.21-1.22); FILE MERGED
2007/08/09 22:33:02 aw 1.18.152.3: RESYNC: (1.20-1.21); FILE MERGED
2007/03/20 15:51:55 aw 1.18.152.2: RESYNC: (1.18-1.20); FILE MERGED
2007/01/22 15:20:28 aw 1.18.152.1: changes after resync
-rw-r--r-- | sc/source/core/data/validat.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx index 159db7b9a..5769e5d1b 100644 --- a/sc/source/core/data/validat.cxx +++ b/sc/source/core/data/validat.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: validat.cxx,v $ - * $Revision: 1.24 $ + * $Revision: 1.25 $ * * This file is part of OpenOffice.org. * @@ -49,8 +49,6 @@ #include <vcl/msgbox.hxx> #include <tools/urlobj.hxx> #include <rtl/math.hxx> -#include <math.h> -#include <memory> #include "validat.hxx" #include "document.hxx" @@ -61,6 +59,9 @@ #include "rangenam.hxx" #include "dbcolect.hxx" +#include <math.h> +#include <memory> + //------------------------------------------------------------------------ SV_IMPL_OP_PTRARR_SORT( ScValidationEntries_Impl, ScValidationDataPtr ); |