diff options
Diffstat (limited to 'chart2/source/tools/RegressionCalculationHelper.hxx')
-rw-r--r-- | chart2/source/tools/RegressionCalculationHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx index da1c0ca9c5d0..4cf49663e678 100644 --- a/chart2/source/tools/RegressionCalculationHelper.hxx +++ b/chart2/source/tools/RegressionCalculationHelper.hxx @@ -25,7 +25,7 @@ #include <functional> #include <vector> -#define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \ +#define NUMBER_TO_STR(number) (OStringToOUString(::rtl::math::doubleToString( \ number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US )) #define UC_SPACE (sal_Unicode(' ')) |