summaryrefslogtreecommitdiffstats
path: root/xmloff/source/core/xmltoken.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/core/xmltoken.cxx')
-rw-r--r--xmloff/source/core/xmltoken.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 019c0bb19308..d9e221bf34b2 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -3308,6 +3308,9 @@ namespace xmloff { namespace token {
TOKEN( "newline", XML_NEWLINE ),
TOKEN( "creator-initials", XML_CREATOR_INITIALS ),
+ // tdf#115007 spell out numbers, dates, money amounts and cross references
+ TOKEN( "transliteration-spellout", XML_TRANSLITERATION_SPELLOUT ),
+
#if OSL_DEBUG_LEVEL > 0
{ 0, nullptr, nullptr, XML_TOKEN_END }
#else