diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2016-07-15 09:57:42 +0200 |
---|---|---|
committer | Laurent BP <laurent.balland-poirier@laposte.net> | 2016-08-16 20:55:09 +0000 |
commit | aa21f8acfa4d4997688ef4ddc04fcf95987e3424 (patch) | |
tree | 085ba6e4d07b8e61226b270ca807c2545fd5ffa9 /include | |
parent | 428711f03c31802e339e57384b9f925a0e4dcc12 (diff) |
tdf#100547 Save to ODF XY customized names
Trendline equation: Following change 27069
https://gerrit.libreoffice.org/27069
Save customized names of X and Y variables in extended ODF
Change-Id: Ie39487866f7671f4468a37f48847038fbd2cec2a
Reviewed-on: https://gerrit.libreoffice.org/27233
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 0a565917981b..1698737e6605 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2193,6 +2193,8 @@ namespace xmloff { namespace token { XML_REGRESSION_PERIOD, XML_REGRESSION_FORCE_INTERCEPT, XML_REGRESSION_INTERCEPT_VALUE, + XML_REGRESSION_X_NAME, + XML_REGRESSION_Y_NAME, XML_ERROR_INDICATOR, |