diff options
author | Deena Francis <deena.francis@gmail.com> | 2015-02-16 22:28:52 +0530 |
---|---|---|
committer | Kohei Yoshida <libreoffice@kohei.us> | 2015-03-12 01:18:06 +0000 |
commit | 7b355da6853af6678c4ba22710d157cf8a6d43eb (patch) | |
tree | f4776c6b9db2582c4fd52538814d2fcc38f34eb5 /xmloff | |
parent | 33434f47ac44f5cb4612a11b1c28c4582976cb25 (diff) |
Enhancement tdf#87972 : Cannot repeat items labels on a pivot table
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a
Reviewed-on: https://gerrit.libreoffice.org/14504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 91d20c5afa96..e651e1bb8315 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2641,6 +2641,7 @@ namespace xmloff { namespace token { TOKEN( "default-outline-level", XML_DEFAULT_OUTLINE_LEVEL ), TOKEN( "show-details", XML_SHOW_DETAILS ), TOKEN( "show-empty", XML_SHOW_EMPTY ), + TOKEN( "repeat-item-labels", XML_REPEAT_ITEM_LABELS ), TOKEN( "iterative", XML_ITERATIVE ), TOKEN( "X", XML_uX ), |