diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-12-07 23:28:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-12-08 01:25:23 +0100 |
commit | 7869b3d6e4b24a0567ad2e492038d74c03b06b7d (patch) | |
tree | acbb5035334b9cd2c94ba2ad5c0db38056cbda49 /include | |
parent | 897d7314429d2a7aa5ba25111dc454a159bd8e5e (diff) |
related tdf#51671, store new "hide legend" feature also in ODF
Change-Id: Ibf55f02eccdcadb2d42f5aff8d72bff20ada3b3a
Reviewed-on: https://gerrit.libreoffice.org/64792
Tested-by: Jenkins
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-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 815d84c599f9..2d1906016039 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -969,6 +969,7 @@ namespace xmloff { namespace token { XML_HIDDEN_PARAGRAPH, XML_HIDDEN_TEXT, XML_HIDE, + XML_HIDE_LEGEND, XML_HIDE_SHAPE, XML_HIDE_TEXT, XML_HIGHLIGHTED_RANGE, |