summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:51:29 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:51:29 +0000
commit2b778f8c8f05ed704eff9b5111440d9a6e262909 (patch)
treeaa4a4ed63d5951a403faf423e67e87dedd3fcf77
parent71f253d8528cafd8816bd2f63bf2a0a75232fdd7 (diff)
INTEGRATION: CWS aw033 (1.65.150); FILE MERGED
2008/05/14 15:25:23 aw 1.65.150.4: RESYNC: (1.67-1.68); FILE MERGED 2007/06/27 19:19:40 aw 1.65.150.3: RESYNC: (1.66-1.67); FILE MERGED 2007/03/20 16:02:05 aw 1.65.150.2: RESYNC: (1.65-1.66); FILE MERGED 2007/01/22 15:20:31 aw 1.65.150.1: changes after resync
-rw-r--r--sc/source/filter/excel/excdoc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx
index 786a03ed5..b0624487a 100644
--- a/sc/source/filter/excel/excdoc.cxx
+++ b/sc/source/filter/excel/excdoc.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: excdoc.cxx,v $
- * $Revision: 1.69 $
+ * $Revision: 1.70 $
*
* This file is part of OpenOffice.org.
*
@@ -34,8 +34,6 @@
//------------------------------------------------------------------------
-// #include <math.h>
-
#include "scitems.hxx"
#include <svx/svdobj.hxx>
@@ -86,6 +84,7 @@
#include "xepivot.hxx"
#include "XclExpChangeTrack.hxx"
+#include <math.h>
static String lcl_GetVbaTabName( SCTAB n )
{