summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 10:13:14 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:17:01 +0200
commitc875ded2e9f1a839c85f2abfc2bfa1ba5c2b11d7 (patch)
treea69f6302eb09f270119558c346adf35674b48273
parenta4d6cb008ec1f64f7dc804c1492ee227d6ec26b4 (diff)
remove unused code LanguageTag::convertLocaleToBcp47()
Change-Id: I4c655c16850ccfec44010ce8b100eeff0c8c3826
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx7
-rw-r--r--include/i18nlangtag/languagetag.hxx1
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 9 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index c74bce187b04..721bb31c2c4a 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -1362,13 +1362,6 @@ void LanguageTagImpl::convertLocaleToBcp47()
}
-void LanguageTag::convertLocaleToBcp47()
-{
- getImpl()->convertLocaleToBcp47();
- syncFromImpl();
-}
-
-
void LanguageTagImpl::convertLocaleToLang( bool bAllowOnTheFlyID )
{
if (mbSystemLocale)
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index ee7b1a14157a..d646127de8c6 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -521,7 +521,6 @@ private:
void syncVarsFromRawImpl() const;
void syncVarsFromImpl() const;
- void convertLocaleToBcp47();
void convertLocaleToLang();
void convertBcp47ToLocale();
void convertBcp47ToLang();
diff --git a/unusedcode.easy b/unusedcode.easy
index 904e79bf825e..06a133efa3b2 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -30,7 +30,6 @@ Json::Json(std::map<std::basic_string<char, std::char_traits<char>, std::allocat
Json::Json(std::map<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::shared_ptr<libcmis::Property>, std::less<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const, boost::shared_ptr<libcmis::Property> > > > const&)
Json::swap(Json&)
LanguageTag::LanguageTag()
-LanguageTag::convertLocaleToBcp47()
LanguageTag::getRegion() const
LanguageTag::reset(_rtl_Locale const&)
ListBox::GetMRUCount() const