summaryrefslogtreecommitdiff
path: root/starmath/source/accessibility.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 /starmath/source/accessibility.cxx
parent9c5d6ea5efb5f56a4ac96b4a8505ed84abbbc6bf (diff)
AllSettings with LanguageTag
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
Diffstat (limited to 'starmath/source/accessibility.cxx')
-rw-r--r--starmath/source/accessibility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 508208c27e81..1140f6003d1f 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -400,7 +400,7 @@ Locale SAL_CALL SmGraphicAccessible::getLocale()
SolarMutexGuard aGuard;
// should be the document language...
// We use the language of the localized symbol names here.
- return Application::GetSettings().GetUILocale();
+ return Application::GetSettings().GetUILanguageTag().getLocale();
}
@@ -1918,7 +1918,7 @@ Locale SAL_CALL SmEditAccessible::getLocale( )
SolarMutexGuard aGuard;
// should be the document language...
// We use the language of the localized symbol names here.
- return Application::GetSettings().GetUILocale();
+ return Application::GetSettings().GetUILanguageTag().getLocale();
}