summaryrefslogtreecommitdiffstats
path: root/svtools/source/contnr/svimpbox.cxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-11-22 12:26:52 +0100
committerEike Rathke <erack@redhat.com>2012-11-22 12:34:59 +0100
commit9955dbebbdf1b7d36fec272dfea46f57fab47e19 (patch)
tree80705ccc2382e7440ea76f62a544d64d12d1ce4f /svtools/source/contnr/svimpbox.cxx
parentsw: remove WorkaroundForB6375613 (diff)
downloadcore-9955dbebbdf1b7d36fec272dfea46f57fab47e19.tar.gz
core-9955dbebbdf1b7d36fec272dfea46f57fab47e19.zip
AllSettings with LanguageTag
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
Diffstat (limited to 'svtools/source/contnr/svimpbox.cxx')
-rw-r--r--svtools/source/contnr/svimpbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 5fb56b0c6e83..a81ec7602802 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -125,7 +125,7 @@ SvImpLBox::~SvImpLBox()
void SvImpLBox::UpdateStringSorter()
{
- const ::com::sun::star::lang::Locale& rNewLocale = Application::GetSettings().GetLocale();
+ const ::com::sun::star::lang::Locale& rNewLocale = Application::GetSettings().GetLanguageTag().getLocale();
if( m_pStringSorter )
{