From d070003bc43e19ef22a737202d018d8c9712b80e Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 2 Jun 2013 22:22:43 +0200 Subject: 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 --- include/xmloff/xmltoken.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit