summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-12-10 11:52:33 +0100
committerEike Rathke <erack@redhat.com>2013-12-10 11:56:51 +0100
commit6e89666b4e23189dcaa8fdb308e1b48015d6875b (patch)
tree288740c42742930cdb5fe1fe0c4d9f4340140280 /include/xmloff/xmltoken.hxx
parentFix another string conversion regression. (diff)
downloadcore-6e89666b4e23189dcaa8fdb308e1b48015d6875b.tar.gz
core-6e89666b4e23189dcaa8fdb308e1b48015d6875b.zip
write the correct 'sort-ascending' value, fdo#72548
... for <table:content-validation table:display-list='sort-ascending' ...> Change-Id: I57d35cd08e3fce4eff5d571a19bb8793fde4a201
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r--include/xmloff/xmltoken.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index f9196afcc54c..71e41b01d9df 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -2203,9 +2203,11 @@ namespace xmloff { namespace token {
XML_DISPLAY_LIST,
XML_NO,
XML_UNSORTED,
- XML_SORTED_ASCENDING,
XML_FONT_INDEPENDENT_LINE_SPACING,
+ // Wrong! Do not write, use XML_SORT_ASCENDING instead. Only read. fdo#72548
+ XML_SORTED_ASCENDING,
+
XML_DATABASE,
XML_DATASOURCE,
XML_QUERIES,