diff options
author | Eike Rathke <erack@redhat.com> | 2012-11-22 12:26:52 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-11-22 12:34:59 +0100 |
commit | 9955dbebbdf1b7d36fec272dfea46f57fab47e19 (patch) | |
tree | 80705ccc2382e7440ea76f62a544d64d12d1ce4f /uui | |
parent | 9c5d6ea5efb5f56a4ac96b4a8505ed84abbbc6bf (diff) |
AllSettings with LanguageTag
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
Diffstat (limited to 'uui')
-rw-r--r-- | uui/Library_uui.mk | 1 | ||||
-rw-r--r-- | uui/source/iahndl-ssl.cxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/uui/Library_uui.mk b/uui/Library_uui.mk index 69335bf0ad26..bc075f99ae1a 100644 --- a/uui/Library_uui.mk +++ b/uui/Library_uui.mk @@ -37,6 +37,7 @@ $(eval $(call gb_Library_use_libraries,uui,\ cppu \ cppuhelper \ sal \ + i18nisolang1 \ svl \ svt \ tk \ diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 029c83ad7868..5f220a4d9626 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -113,7 +113,7 @@ getLocalizedDatTimeStr( aDate = Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ); aTime = Time( rDateTime.Hours, rDateTime.Minutes, rDateTime.Seconds ); - LanguageType eUILang = Application::GetSettings().GetUILanguage(); + LanguageType eUILang = Application::GetSettings().GetUILanguageTag().getLanguageType(); SvNumberFormatter *pNumberFormatter = new SvNumberFormatter( xServiceFactory, eUILang ); String aTmpStr; |