summaryrefslogtreecommitdiff
path: root/framework/source/uielement/langselectionstatusbarcontroller.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-01 13:51:04 +0200
committerNoel Grandin <noel@peralex.com>2013-02-11 08:02:19 +0200
commiteb2f8c5a63df0bfcd3cc13b2071ea2194fa425f0 (patch)
tree8b699d6dace733bdb6ea67ce704936fbf9e8d7a5 /framework/source/uielement/langselectionstatusbarcontroller.cxx
parent0cd4caa547a75316c6b3f2992dd66b2294c6f1ae (diff)
fdo#46808, use linguistic2::LanguageGuessing service constructor
Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
Diffstat (limited to 'framework/source/uielement/langselectionstatusbarcontroller.cxx')
-rw-r--r--framework/source/uielement/langselectionstatusbarcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx
index ebb83c0b87e9..83e60fd8e2b1 100644
--- a/framework/source/uielement/langselectionstatusbarcontroller.cxx
+++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx
@@ -90,7 +90,7 @@ LangSelectionStatusbarController::LangSelectionStatusbarController( const uno::R
svt::StatusbarController( xServiceManager, uno::Reference< frame::XFrame >(), OUString(), 0 ),
m_bShowMenu( sal_True ),
m_nScriptType( LS_SCRIPT_LATIN | LS_SCRIPT_ASIAN | LS_SCRIPT_COMPLEX ),
- m_aLangGuessHelper( xServiceManager )
+ m_aLangGuessHelper( comphelper::getComponentContext(xServiceManager) )
{
}