summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideSorter.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-27 12:43:25 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-27 12:43:25 +0000
commit8017ae39ce6b6d76479bc57f66e6fdd524660988 (patch)
tree37fe9144759a9fb362bf0716014ff4ffe3340be6 /sdext/source/presenter/PresenterSlideSorter.cxx
parent0b8290b2915bb41ca3090547373db4e08964879d (diff)
INTEGRATION: CWS sb91 (1.5.6); FILE MERGED
2008/07/16 07:18:56 sb 1.5.6.2: RESYNC: (1.5-1.6); FILE MERGED 2008/07/11 09:24:50 sb 1.5.6.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
Diffstat (limited to 'sdext/source/presenter/PresenterSlideSorter.cxx')
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx
index ed1a06297184..e9be3a36af7d 100644
--- a/sdext/source/presenter/PresenterSlideSorter.cxx
+++ b/sdext/source/presenter/PresenterSlideSorter.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterSlideSorter.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -52,7 +52,7 @@
#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
#include <com/sun/star/util/Color.hpp>
#include <algorithm>
-#include <cmath>
+#include <math.h>
#include <boost/bind.hpp>
using namespace ::com::sun::star;