summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterGeometryHelper.cxx4
-rw-r--r--sdext/source/presenter/PresenterWindowManager.cxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterGeometryHelper.cxx b/sdext/source/presenter/PresenterGeometryHelper.cxx
index 62fe32029f26..f45d4b44d1a7 100644
--- a/sdext/source/presenter/PresenterGeometryHelper.cxx
+++ b/sdext/source/presenter/PresenterGeometryHelper.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterGeometryHelper.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,7 @@
#include "PresenterGeometryHelper.hxx"
-#include <cmath>
+#include <math.h>
#include <algorithm>
using namespace ::com::sun::star;
diff --git a/sdext/source/presenter/PresenterWindowManager.cxx b/sdext/source/presenter/PresenterWindowManager.cxx
index 955087e96fbb..dd20a5e09e7b 100644
--- a/sdext/source/presenter/PresenterWindowManager.cxx
+++ b/sdext/source/presenter/PresenterWindowManager.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterWindowManager.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -63,7 +63,7 @@
#include <com/sun/star/rendering/XSpriteCanvas.hpp>
#include <boost/bind.hpp>
#include <boost/bind/protect.hpp>
-#include <cmath>
+#include <math.h>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;