diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:48:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:48:28 +0000 |
commit | 7a9354659f2d6632c1a0f38ac2782324e9195b08 (patch) | |
tree | d7e3a0b4659ab4f26dc8de0fc38021aad99e2433 | |
parent | 1ade3f1efb3930d2023eb0162e708ab237ac2d04 (diff) |
INTEGRATION: CWS aw033 (1.7.152); FILE MERGED
2008/05/14 15:23:25 aw 1.7.152.6: RESYNC: (1.11-1.12); FILE MERGED
2008/02/12 11:37:52 aw 1.7.152.5: RESYNC: (1.10-1.11); FILE MERGED
2007/12/03 16:43:46 aw 1.7.152.4: RESYNC: (1.9-1.10); FILE MERGED
2007/10/08 19:09:14 aw 1.7.152.3: RESYNC: (1.8-1.9); FILE MERGED
2007/03/20 15:49:07 aw 1.7.152.2: RESYNC: (1.7-1.8); FILE MERGED
2007/01/22 15:20:27 aw 1.7.152.1: changes after resync
-rw-r--r-- | sc/source/core/data/pivot.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/core/data/pivot.cxx b/sc/source/core/data/pivot.cxx index 2da6db5fe330..68eb923f06f6 100644 --- a/sc/source/core/data/pivot.cxx +++ b/sc/source/core/data/pivot.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pivot.cxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -43,9 +43,6 @@ #include <svtools/zforlist.hxx> #include <tools/solar.h> -#include <string.h> -#include <math.h> - #include "globstr.hrc" #include "global.hxx" @@ -62,6 +59,8 @@ #include "compiler.hxx" // fuer errNoValue #include "progress.hxx" +#include <string.h> +#include <math.h> // STATIC DATA ----------------------------------------------------------- |