diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-21 02:44:30 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-21 15:24:43 +0200 |
commit | cf417c2cd421d21ccc780ea2cfde9c9339f6a878 (patch) | |
tree | 722ddc4b7a2e73324a9091626b83ea46f2a9819d /include | |
parent | 5799417f70fdee3291467c37c88d1bb0212187a2 (diff) |
use bcp47 unresolved system for operator<()
We have several tags mapping to one LangID, so using LangID isn't a good
idea.
Change-Id: I561745b032af7eb0c54cf55dbcd26872103e2e07
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 7f06f922b3cd..7e282bbd56c5 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -399,9 +399,9 @@ public: */ bool operator!=( const LanguageTag & rLanguageTag ) const; - /** Test this less than that. + /** Test this LanguageTag less than that LanguageTag. - For sorted containers. Internally uses the LanguageType for comparison. + For sorted containers. Does NOT resolve system. */ bool operator<( const LanguageTag & rLanguageTag ) const; |