summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/navipi.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:59:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:59:45 +0000
commitfcb7d062fb343cb71e0f8d6baec50d4c88f79f84 (patch)
tree4e5a5e9b752cdd795ccb972a8b4735b731b98509 /sc/source/ui/navipi/navipi.cxx
parentbc42c46cd2eff6d8d7ca043c824be968d7eae1d8 (diff)
INTEGRATION: CWS sb91 (1.24.26); FILE MERGED
2008/07/11 09:38:11 sb 1.24.26.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
Diffstat (limited to 'sc/source/ui/navipi/navipi.cxx')
-rw-r--r--sc/source/ui/navipi/navipi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx
index b909cf862..b50827862 100644
--- a/sc/source/ui/navipi/navipi.cxx
+++ b/sc/source/ui/navipi/navipi.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: navipi.cxx,v $
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
* This file is part of OpenOffice.org.
*
@@ -33,7 +33,7 @@
//------------------------------------------------------------------
-#include <cmath>
+#include <math.h>
#include <rangelst.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>