summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 14:05:06 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 14:05:06 +0000
commit3f593030c65da0e9585b0c18c03e90ba189524f0 (patch)
treeda9724221c62368b7079dca3ec9e4bd6b436cc04 /basebmp
parent00ccc856720324171fbd3ef3ff8ffe7cb54af836 (diff)
INTEGRATION: CWS presfixes09 (1.15.8); FILE MERGED
2006/10/20 14:43:49 thb 1.15.8.1: #142144# No more direct math.h includes - using rtl/math.hxx instead
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/inc/basebmp/color.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/basebmp/inc/basebmp/color.hxx b/basebmp/inc/basebmp/color.hxx
index 6b5630a9cfe8..3be87f214513 100644
--- a/basebmp/inc/basebmp/color.hxx
+++ b/basebmp/inc/basebmp/color.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: color.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: thb $ $Date: 2006-07-28 12:43:19 $
+ * last change: $Author: kz $ $Date: 2006-12-13 15:05:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,9 @@
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
-#include <math.h>
+#ifndef INCLUDED_RTL_MATH_HXX
+#include <rtl/math.hxx>
+#endif
namespace basebmp
{