summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-10-27 17:09:04 +0200
committerJulien Nabet <serval2412@yahoo.fr>2012-10-27 17:09:04 +0200
commitd4fb3b42b81a9b5a973dcd29759579593cd01f06 (patch)
treebc4f8ddec95f4b43680f5933f3c36a609ee8d61b /i18npool/source
parent6affa4be69aa31e27af9d50e9ab6bd740319c379 (diff)
Remove unused overrideDataPath
Change-Id: I7dfaa933d918023999bfe78a497da7dbd59f7fc1
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/languagetag/languagetag.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/i18npool/source/languagetag/languagetag.cxx b/i18npool/source/languagetag/languagetag.cxx
index 14cad588a857..8e96d61db320 100644
--- a/i18npool/source/languagetag/languagetag.cxx
+++ b/i18npool/source/languagetag/languagetag.cxx
@@ -138,14 +138,6 @@ void LiblantagDataRef::setupDataPath()
lt_db_set_datadir( maDataPath.getStr());
}
-
-// static
-void LanguageTag::overrideDataPath( const rtl::OUString& rPath )
-{
- theDataRef.presetDataPath( rPath);
-}
-
-
LanguageTag::LanguageTag( const rtl::OUString & rBcp47LanguageTag, bool bCanonicalize )
:
maBcp47( rBcp47LanguageTag),