summaryrefslogtreecommitdiffstats
path: root/i18npool/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-04-03 16:31:16 +0200
committerEike Rathke <erack@redhat.com>2013-04-03 21:19:24 +0200
commitf51aff9e69b2eb5ad60167a055a969842eb3bcb8 (patch)
tree4d5ef2d4df5f70bbce711a881da00dfcd6798d43 /i18npool/inc
parentcorrect number of format operands for fprintf (diff)
downloadcore-f51aff9e69b2eb5ad60167a055a969842eb3bcb8.tar.gz
core-f51aff9e69b2eb5ad60167a055a969842eb3bcb8.zip
let IsoLangEntry decide how to form a language tag string
Change-Id: I868cd8ea0610b6b8dd8155cdc72f7d238f279ef2
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/i18npool/mslangid.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/inc/i18npool/mslangid.hxx b/i18npool/inc/i18npool/mslangid.hxx
index b3d04ecd6bb4..b29c6dfbfc48 100644
--- a/i18npool/inc/i18npool/mslangid.hxx
+++ b/i18npool/inc/i18npool/mslangid.hxx
@@ -180,6 +180,9 @@ public:
LanguageType mnLang;
sal_Char maLangStr[4];
sal_Char maCountry[3];
+
+ /** Obtain a language tag string with '-' separator. */
+ OUString getTagString() const;
};
/** @internal - Return a pointer to the IsoLangEntry of the underlying table,