summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorhimajin100000 <himajin100000@gmail.com>2020-05-19 14:32:52 +0200
committerAndras Timar <andras.timar@collabora.com>2020-05-23 09:54:55 +0200
commitd7d352e1692f4819742e419ea8b9577eb8b8c0ec (patch)
tree732e8587d8fae408f5f61472db000164eb689ed7 /xmloff
parentdde26793d8c8a30801542508743f05aeebe2568f (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> (cherry picked from commit acfd959f0b4069b74e76213e4118af9827005fff) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94460
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmltoken.cxx3
-rw-r--r--xmloff/source/token/tokens.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index b37e90f0b568..9ef0203dedf8 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -1317,8 +1317,8 @@ namespace xmloff { namespace 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 ),
@@ -1328,6 +1328,7 @@ namespace xmloff { namespace 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 ef2aaca8ea77..e0244941123a 100644
--- a/xmloff/source/token/tokens.txt
+++ b/xmloff/source/token/tokens.txt
@@ -1235,8 +1235,8 @@ no-wrap
NOEMPTY_DUMMY
nohref
NOMATCH_DUMMY
+non-whitespace-character-count
none
-notprsubset
normal
normals-direction
normals-kind
@@ -1246,6 +1246,7 @@ notation
note
notes
notin
+notprsubset
notsubset
null-date
null-year