summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2020-05-19 14:32:52 +0200
committerMichael Stahl <michael.stahl@cib.de>2020-05-20 11:08:28 +0200
commitacfd959f0b4069b74e76213e4118af9827005fff (patch)
tree40fb4007004b1f76c010db9e440a9d0575ea8c5c
parent8318a636336dd6d6b5862a3366f85f96c64d8243 (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>
-rw-r--r--include/xmloff/xmltoken.hxx3
-rw-r--r--xmloff/source/core/xmltoken.cxx3
-rw-r--r--xmloff/source/token/tokens.txt3
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