diff options
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 )) |