summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmltoken.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-02 21:32:18 +0200
committerEike Rathke <erack@redhat.com>2013-07-05 12:46:47 +0200
commit9f1c9edb7a914aa03a6236000aa45189a38bddf9 (patch)
tree4f7b6341c05da1bdb63bf8d9d835452053e9e5f2 /include/xmloff/xmltoken.hxx
parenthair splitting on years in dates in ZIP structure (diff)
downloadcore-9f1c9edb7a914aa03a6236000aa45189a38bddf9.tar.gz
core-9f1c9edb7a914aa03a6236000aa45189a38bddf9.zip
added rfc-language-tag* tokens
Change-Id: Ifef5ebf638863f4b0fa6f985ad2e84359b75b708
Diffstat (limited to 'include/xmloff/xmltoken.hxx')
-rw-r--r--include/xmloff/xmltoken.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 651732e2d339..a47dedd9fc25 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3203,6 +3203,11 @@ namespace xmloff { namespace token {
XML_ERROR_STANDARD_WEIGHT, // errorbar standard deviation error weight
+ // erAck: 2013-07-02 BCP 47 language tags
+ XML_RFC_LANGUAGE_TAG,
+ XML_RFC_LANGUAGE_TAG_ASIAN,
+ XML_RFC_LANGUAGE_TAG_COMPLEX,
+
XML_TOKEN_END
};