From acfd959f0b4069b74e76213e4118af9827005fff Mon Sep 17 00:00:00 2001 From: himajin100000 Date: Tue, 19 May 2020 14:32:52 +0200 Subject: 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 --- include/xmloff/xmltoken.hxx | 3 ++- xmloff/source/core/xmltoken.cxx | 3 ++- xmloff/source/token/tokens.txt | 3 ++- 3 files changed, 6 insertions(+), 3 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, diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 18275ebb5ec0..7d37edc78800 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1327,8 +1327,8 @@ namespace xmloff::token { TOKEN( "!empty", XML_NOEMPTY ), TOKEN( "nohref", XML_NOHREF ), TOKEN( "!match", XML_NOMATCH ), + TOKEN( "non-whitespace-character-count", XML_NON_WHITESPACE_CHARACTER_COUNT ), TOKEN( "none", XML_NONE ), - TOKEN( "notprsubset", XML_NOPRTSUBSET ), TOKEN( "normal", XML_NORMAL ), TOKEN( "normals-direction", XML_NORMALS_DIRECTION ), TOKEN( "normals-kind", XML_NORMALS_KIND ), @@ -1338,6 +1338,7 @@ namespace xmloff::token { TOKEN( "note", XML_NOTE ), TOKEN( "notes", XML_NOTES ), TOKEN( "notin", XML_NOTIN ), + TOKEN( "notprsubset", XML_NOTPRSUBSET ), TOKEN( "notsubset", XML_NOTSUBSET ), TOKEN( "null-date", XML_NULL_DATE ), TOKEN( "null-year", XML_NULL_YEAR ), diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt index 42a83f7ae15a..e7e52379a740 100644 --- a/xmloff/source/token/tokens.txt +++ b/xmloff/source/token/tokens.txt @@ -1237,8 +1237,8 @@ no-wrap NOEMPTY_DUMMY nohref NOMATCH_DUMMY +non-whitespace-character-count none -notprsubset normal normals-direction normals-kind @@ -1248,6 +1248,7 @@ notation note notes notin +notprsubset notsubset null-date null-year -- cgit