summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmltoken.cxx3
-rw-r--r--xmloff/source/token/tokens.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index cd3a85f469d5..bc8b04334ead 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2316,7 +2316,8 @@ namespace xmloff::token {
TOKEN( "sorted-ascending", XML_SORTED_ASCENDING ),
TOKEN( "database", XML_DATABASE ),
- TOKEN( "data-source", XML_DATASOURCE ),
+ TOKEN( "datasource", XML_DATASOURCE ),
+ TOKEN( "data-source", XML_DATA_SOURCE ),
TOKEN( "queries", XML_QUERIES ),
TOKEN( "reports", XML_REPORTS ),
TOKEN( "report", XML_REPORT ),
diff --git a/xmloff/source/token/tokens.txt b/xmloff/source/token/tokens.txt
index ff92a2f34a9c..e23cd24abda6 100644
--- a/xmloff/source/token/tokens.txt
+++ b/xmloff/source/token/tokens.txt
@@ -2183,6 +2183,7 @@ unsorted
font-independent-line-spacing
sorted-ascending
database
+datasource
data-source
queries
reports