diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index c8e317c6a5e7..9771136c5512 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -216,7 +216,7 @@ void ScCompiler::InitCharClassEnglish() OUString( RTL_CONSTASCII_USTRINGPARAM( "US")), OUString()); pCharClassEnglish = new CharClass( - ::comphelper::getProcessServiceFactory(), aLocale); + ::comphelper::getProcessComponentContext(), aLocale); } |