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/source/tools | |
parent | 3397f7cf382f711bed5a8416d34a688156a64b4a (diff) |
removed duplicate includes in basic / canvas / chart2 / comphelper
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/RegressionCalculationHelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 )) |