summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:07:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 11:07:00 +0000
commit72e2310c9d3c69a0a5df9e25ae17a7247fb335d4 (patch)
tree662a2ffdcf8c50d8a50b83fc080b25f6c5d1d618
parent1a683d5053338b1fe9e9cd5d1bf2a99b7d4e73a8 (diff)
INTEGRATION: CWS chart17 (1.4.32); FILE MERGED
2007/10/12 12:35:09 bm 1.4.32.1: #i7998# equations for regression curves
-rw-r--r--chart2/source/tools/RegressionCalculationHelper.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/tools/RegressionCalculationHelper.hxx
index 0b3944c52056..2621d4f8cfbd 100644
--- a/chart2/source/tools/RegressionCalculationHelper.hxx
+++ b/chart2/source/tools/RegressionCalculationHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RegressionCalculationHelper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2007-07-25 08:59:53 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 12:07:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,6 +50,10 @@
#define NUMBER_TO_STR(number) (::rtl::OStringToOUString(::rtl::math::doubleToString( \
number, rtl_math_StringFormat_G, 4, '.', true ),RTL_TEXTENCODING_ASCII_US ))
+#define UC_SPACE (sal_Unicode(' '))
+#define UC_MINUS_SIGN (sal_Unicode('-'))
+// #define UC_MINUS_SIGN (sal_Unicode(0x2212))
+
namespace chart
{
namespace RegressionCalculationHelper