diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-06-02 22:22:43 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-03 21:46:41 +0200 |
commit | d070003bc43e19ef22a737202d018d8c9712b80e (patch) | |
tree | 878b7fa479abb113cc1b590ace70b4ddb3872f3b /include/xmloff | |
parent | f65a9efc9abadaa804d1c4e2a26a5c95bd3cd555 (diff) |
Refactor regression curve handling in xmloff import to use chart2.
Additionally support more regression curves per one series and
add polynomial an moving average tokens.
Conflicts:
xmloff/source/chart/SchXMLPlotAreaContext.cxx
Change-Id: I9dfebb1f47942c88ab0ccff48ec7632136fb1bc9
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 2523ad1bcda4..300a56bd77ca 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1225,6 +1225,7 @@ namespace xmloff { namespace token { XML_MOVEMENT, XML_MOVEMENT_CUT_OFF, XML_MOVER, + XML_MOVING_AVERAGE, XML_MPADDED, XML_MPHANTOM, XML_MPRESCRIPTS, |