diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-05-09 11:11:13 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-05-11 10:22:20 +0200 |
commit | 5814f08c01ab7973cc83e6721ef434f5acc63a1a (patch) | |
tree | 922e6c157aa3b876f03bfb6829d1f0d1c8575dd1 /include/xmloff | |
parent | aa5dc0b48cd4db6883c9b52c68b16170c9c81d1f (diff) |
Document relation between three lists that must be in sync
Change-Id: I9fc44b6878450d147d21f77ff4daa6939edfa0c2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93837
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index d04776be3265..4e23277dd485 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -40,6 +40,8 @@ namespace xmloff::token { + // IMPORTANT! XMLTokenEnum order MUST be in synch with aTokenList in + // xmloff/source/core/xmltoken.cxx, and with xmloff/source/token/tokens.txt. /** * The enumeration of all XML tokens. |