summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-03-26 22:30:53 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-03-26 22:39:42 +0900
commit6749dcc15442abc86dd473eac0885106238e8eb1 (patch)
tree509860015347e4a4871c95429b9841d52ac3b167 /chart2
parent3397f7cf382f711bed5a8416d34a688156a64b4a (diff)
removed duplicate includes in basic / canvas / chart2 / comphelper
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/WrappedPropertySet.hxx5
-rw-r--r--chart2/source/tools/RegressionCalculationHelper.hxx1
2 files changed, 1 insertions, 5 deletions
diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx
index 74bbd140197e..e786e735916b 100644
--- a/chart2/source/inc/WrappedPropertySet.hxx
+++ b/chart2/source/inc/WrappedPropertySet.hxx
@@ -38,10 +38,7 @@
#include <com/sun/star/beans/Property.hpp>
#include <cppuhelper/implbase4.hxx>
-// header for class OPropertyArrayHelper
-#include <cppuhelper/propshlp.hxx>
-
-// header for class OMultiTypeInterfaceContainerHelperInt32
+// header for class OPropertyArrayHelper, OMultiTypeInterfaceContainerHelperInt32
#include <cppuhelper/propshlp.hxx>
#include <vector>
diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx
index ab634dec0297..4fdb08cb1534 100644
--- a/chart2/source/tools/RegressionCalculationHelper.hxx
+++ b/chart2/source/tools/RegressionCalculationHelper.hxx
@@ -33,7 +33,6 @@
#include <utility>
#include <functional>
#include <vector>
-#include <rtl/math.hxx>
#define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \
number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US ))