summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/langselectionstatusbarcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/langselectionstatusbarcontroller.hxx')
-rw-r--r--framework/inc/uielement/langselectionstatusbarcontroller.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/inc/uielement/langselectionstatusbarcontroller.hxx b/framework/inc/uielement/langselectionstatusbarcontroller.hxx
index 59b993f966..9cba647195 100644
--- a/framework/inc/uielement/langselectionstatusbarcontroller.hxx
+++ b/framework/inc/uielement/langselectionstatusbarcontroller.hxx
@@ -39,6 +39,8 @@
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <svtools/statusbarcontroller.hxx>
+#include "helper/mischelper.hxx"
+
// component helper namespace
namespace framework {
@@ -92,7 +94,7 @@ class LangSelectionStatusbarController : public svt::StatusbarController
::rtl::OUString m_aCurLang;
::rtl::OUString m_aKeyboardLang;
::rtl::OUString m_aGuessedText;
- ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLanguageGuessing > m_xLanguageGuesser;
+ LanguageGuessingHelper m_aLangGuessHelper;
void LangMenu() throw (::com::sun::star::uno::RuntimeException);
};