summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-30 18:26:14 +0200
committerEike Rathke <erack@redhat.com>2013-08-30 20:23:39 +0200
commit5f860df7fef263d3260e8074841fffcfdf4717fc (patch)
tree7e07c8dea8bb63625e48c83f0379e86fcf763f67 /include/i18nlangtag
parentfdd102a6daee854d987926bec1af55a17cfc8aee (diff)
removed LanguageTag(OUString,OUString) ctor
Change-Id: I8450b7d76e8efac302a9d6005eb3ecc72ad195f4
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index 3843493e9282..403221fe754f 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -79,14 +79,6 @@ public:
explicit LanguageTag( const OUString& rBcp47, const OUString& rLanguage,
const OUString& rScript, const OUString& rCountry );
- /** Init LanguageTag with language and country strings.
-
- This is a convenience ctor for places that so far use only language and
- country to replace the MsLangId::convert...IsoNames...() calls. Avoid
- use in new code.
- */
- explicit LanguageTag( const OUString& rLanguage, const OUString& rCountry );
-
/** Init LanguageTag with rtl_Locale.
This is a convenience ctor.