summaryrefslogtreecommitdiffstats
path: root/i18npool/inc
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/i18npool/languagetag.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/languagetag.hxx b/i18npool/inc/i18npool/languagetag.hxx
index c5ce23254bea..cefb0de81c9a 100644
--- a/i18npool/inc/i18npool/languagetag.hxx
+++ b/i18npool/inc/i18npool/languagetag.hxx
@@ -196,6 +196,12 @@ public:
*/
LanguageTag & makeFallback();
+ /* Test equality of two LangageTag. */
+ bool operator==( const LanguageTag & rLanguageTag ) const;
+
+ /* Test inequality of two LangageTag. */
+ bool operator!=( const LanguageTag & rLanguageTag ) const;
+
private:
enum Decision