diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-08-27 12:43:39 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-08-27 12:43:39 +0000 |
commit | 8b89b27f7115c3108e5342af22089cbed63881d2 (patch) | |
tree | 09788cd9fa87d0ef6b43a629d822a8f314cd68f6 /sdext | |
parent | 8017ae39ce6b6d76479bc57f66e6fdd524660988 (diff) |
INTEGRATION: CWS sb91 (1.4.30); 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)
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterGeometryHelper.cxx | 4 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterWindowManager.cxx | 4 |
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; |