summaryrefslogtreecommitdiff
path: root/chart2/source/tools
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/source/tools
parent3397f7cf382f711bed5a8416d34a688156a64b4a (diff)
removed duplicate includes in basic / canvas / chart2 / comphelper
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/RegressionCalculationHelper.hxx1
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 ))