diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 5 |
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. |