diff options
author | himajin100000 <himajin100000@gmail.com> | 2020-05-19 14:32:52 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-05-20 11:08:28 +0200 |
commit | acfd959f0b4069b74e76213e4118af9827005fff (patch) | |
tree | 40fb4007004b1f76c010db9e440a9d0575ea8c5c /include | |
parent | 8318a636336dd6d6b5862a3366f85f96c64d8243 (diff) |
meta:non-whitespace-character-count attribute is known
also, fixed a typo and re-positioned the item to the correct index.
Change-Id: Ibac232a9e6851a0c59884bc82ead5de36ac2e391
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94454
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 3911f61c2849..3650805e6015 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1321,8 +1321,8 @@ namespace xmloff::token { XML_NOEMPTY, XML_NOHREF, XML_NOMATCH, + XML_NON_WHITESPACE_CHARACTER_COUNT, XML_NONE, - XML_NOPRTSUBSET, XML_NORMAL, XML_NORMALS_DIRECTION, XML_NORMALS_KIND, @@ -1332,6 +1332,7 @@ namespace xmloff::token { XML_NOTE, XML_NOTES, XML_NOTIN, + XML_NOTPRSUBSET, XML_NOTSUBSET, XML_NULL_DATE, XML_NULL_YEAR, |