diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:54:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:54:14 +0000 |
commit | 5ea81c4cf3ea03f74adb71c3ef4c628514ae9288 (patch) | |
tree | d0ab0389f1cd4d6ba60cd370b0af87363bc55d6b /sc | |
parent | 3a2dc7ae1e156224079cecc48a921db49b0c6506 (diff) |
INTEGRATION: CWS aw033 (1.15.152); FILE MERGED
2008/05/14 15:24:34 aw 1.15.152.3: RESYNC: (1.16-1.17); FILE MERGED
2007/03/20 17:15:45 aw 1.15.152.2: RESYNC: (1.15-1.16); FILE MERGED
2007/01/22 15:20:34 aw 1.15.152.1: changes after resync
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/optdlg/tpcalc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index cde907ca3..86a44764a 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tpcalc.cxx,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * * This file is part of OpenOffice.org. * @@ -37,8 +37,6 @@ //------------------------------------------------------------------ -#include <math.h> - #include "scitems.hxx" #include <vcl/msgbox.hxx> @@ -56,6 +54,8 @@ #include "tpcalc.hxx" #undef _TPCALC_CXX +#include <math.h> + // STATIC DATA ----------------------------------------------------------- static USHORT pCalcOptRanges[] = |