diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:30:53 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-26 22:39:42 +0900 |
commit | 6749dcc15442abc86dd473eac0885106238e8eb1 (patch) | |
tree | 509860015347e4a4871c95429b9841d52ac3b167 /chart2 | |
parent | 3397f7cf382f711bed5a8416d34a688156a64b4a (diff) |
removed duplicate includes in basic / canvas / chart2 / comphelper
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/WrappedPropertySet.hxx | 5 | ||||
-rw-r--r-- | chart2/source/tools/RegressionCalculationHelper.hxx | 1 |
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 )) |