summaryrefslogtreecommitdiff
path: root/include/svx/chrtitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/chrtitem.hxx')
-rw-r--r--include/svx/chrtitem.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/svx/chrtitem.hxx b/include/svx/chrtitem.hxx
index 579e176042f9..8ea5c4627f3b 100644
--- a/include/svx/chrtitem.hxx
+++ b/include/svx/chrtitem.hxx
@@ -155,10 +155,12 @@ enum SvxChartRegress
CHREGRESS_LINEAR,
CHREGRESS_LOG,
CHREGRESS_EXP,
- CHREGRESS_POWER
+ CHREGRESS_POWER,
+ CHREGRESS_POLYNOMIAL,
+ CHREGRESS_MOVING_AVERAGE
};
-#define CHREGRESS_COUNT (CHREGRESS_POWER + 1)
+#define CHREGRESS_COUNT (CHREGRESS_MOVING_AVERAGE + 1)
//------------------------------------------------------------------