summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:43:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 12:43:10 +0000
commit0060814348ea9820d068d291775daba56609cf90 (patch)
tree175a687562d1f2f272d7b8982d00b84ca52bf654
parenteafb9b2ab115c0e0cd22ca837182d41cef0b0998 (diff)
INTEGRATION: CWS sb91 (1.4.30); FILE MERGED
2008/07/16 07:18:45 sb 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED 2008/07/11 09:24:50 sb 1.4.30.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
-rw-r--r--sdext/source/presenter/PresenterScrollBar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterScrollBar.cxx b/sdext/source/presenter/PresenterScrollBar.cxx
index 9ecfbfa..5a50835 100644
--- a/sdext/source/presenter/PresenterScrollBar.cxx
+++ b/sdext/source/presenter/PresenterScrollBar.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: PresenterScrollBar.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -47,7 +47,7 @@
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/weak_ptr.hpp>
-#include <cmath>
+#include <math.h>
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;