summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index b8a63479951f..7f06f922b3cd 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -399,6 +399,11 @@ public:
*/
bool operator!=( const LanguageTag & rLanguageTag ) const;
+ /** Test this less than that.
+
+ For sorted containers. Internally uses the LanguageType for comparison.
+ */
+ bool operator<( const LanguageTag & rLanguageTag ) const;
/** Convert MS-LangID to Locale.