From cf417c2cd421d21ccc780ea2cfde9c9339f6a878 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sat, 21 Sep 2013 02:44:30 +0200 Subject: 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 --- include/i18nlangtag/languagetag.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit