summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/tools.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 13:04:07 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 13:04:07 +0000
commit03051a1995b011bd8f1d0755d58ccf1653f16a6d (patch)
tree87cd1c8be1dea65b64f48f103e5b3f5ca19b3764 /slideshow/source/engine/tools.cxx
parent1569a27e26fa01c8e860b7689c2221445a66b64a (diff)
INTEGRATION: CWS canvas02 (1.3.8); FILE MERGED
2005/10/17 12:12:15 thb 1.3.8.3: RESYNC: (1.4-1.5); FILE MERGED 2005/10/09 03:56:14 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 14:08:58 thb 1.3.8.1: #i10000# Include math.h before everything else (to get the M_* constants)
Diffstat (limited to 'slideshow/source/engine/tools.cxx')
-rw-r--r--slideshow/source/engine/tools.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx
index c64513c1a788..881fe8e8b2e1 100644
--- a/slideshow/source/engine/tools.cxx
+++ b/slideshow/source/engine/tools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tools.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2005-10-11 08:36:16 $
+ * last change: $Author: kz $ $Date: 2005-11-02 14:04:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,15 +33,14 @@
*
************************************************************************/
-// must be first
-#include <canvas/debug.hxx>
-#include <canvas/canvastools.hxx>
-
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES // needed by Visual C++ for math constants
#endif
#include <math.h> // M_PI definition
+#include <canvas/debug.hxx>
+#include <canvas/canvastools.hxx>
+
#include <tools.hxx>
#ifndef _COM_SUN_STAR_BEANS_NAMEDVALUE_HPP_