diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-07 00:23:35 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-07 01:13:52 +0100 |
commit | 8e417a8fed528034e946bd25e66ce346c1b5384d (patch) | |
tree | 3cb01f544b2fa3a224a6411b01a5834770ef182b /include | |
parent | 88d3931d92bc89519acf95f0510f6f2a6ff7c72c (diff) |
use correct xml element name, related fdo#45266
Below data-pilot-groups the correct element name is
data-pilot-group-member and not data-pilot-member.
Change-Id: I41aecb7f85a881d13b3eaaa7be8de737b47ea312
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 d02a4f4f9ce7..fb5b812bfdfa 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2620,6 +2620,7 @@ namespace xmloff { namespace token { XML_IS_GROUP_FIELD, XML_DATA_PILOT_GROUPS, XML_DATA_PILOT_GROUP, + XML_DATA_PILOT_GROUP_MEMBER, XML_JAPANESE_CANDLE_STICK, XML_NAMED_SYMBOL, |