diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-23 18:09:33 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-11-24 19:43:17 +0100 |
commit | 2b243ba51e786b0993e66232144fd6a6ee9ef724 (patch) | |
tree | 0d971f3d17bf66a06487aab656999a215dcbfc13 /include/xmloff/xmltoken.hxx | |
parent | 6f62f3f0af9ae8c1b00d0d620f306cae914a3861 (diff) |
Support regression curve name in ODF.
Change-Id: Ic065d63eee507906febfa15eb6d5ae1e7de58280
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-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 bb585c68be06..f9196afcc54c 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2158,6 +2158,7 @@ namespace xmloff { namespace token { XML_REGRESSION_CURVE, XML_REGRESSION_TYPE, + XML_REGRESSION_CURVE_NAME, XML_REGRESSION_EXTRAPOLATE_FORWARD, XML_REGRESSION_EXTRAPOLATE_BACKWARD, XML_REGRESSION_MAX_DEGREE, |