summaryrefslogtreecommitdiff
path: root/basic/source/classes/global.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/global.cxx')
-rw-r--r--basic/source/classes/global.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/global.cxx b/basic/source/classes/global.cxx
index 324a18a12aa7..2907b5cdb65f 100644
--- a/basic/source/classes/global.cxx
+++ b/basic/source/classes/global.cxx
@@ -42,7 +42,7 @@ namespace
public:
lclTransliterationWrapper()
: m_aTransliteration(
- comphelper::getProcessServiceFactory(),
+ comphelper::getProcessComponentContext(),
com::sun::star::i18n::TransliterationModules_IGNORE_CASE )
{
const LanguageType eOfficeLanguage = Application::GetSettings().GetLanguage();