summaryrefslogtreecommitdiff
path: root/framework/source/uielement/langselectionmenucontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/langselectionmenucontroller.cxx')
-rw-r--r--framework/source/uielement/langselectionmenucontroller.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/langselectionmenucontroller.cxx b/framework/source/uielement/langselectionmenucontroller.cxx
index 8d5e5b6ddfce..acc18287f3d2 100644
--- a/framework/source/uielement/langselectionmenucontroller.cxx
+++ b/framework/source/uielement/langselectionmenucontroller.cxx
@@ -69,7 +69,7 @@
#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
#include <i18npool/mslangid.hxx>
-#include <svtools/languageoptions.hxx>
+#include <svl/languageoptions.hxx>
#include <com/sun/star/awt/MenuItemStyle.hpp>
#include <svtools/langtab.hxx>
#include <classes/fwlresid.hxx>
@@ -82,7 +82,7 @@
#include "helper/mischelper.hxx"
#include <map>
-#include <set>
+#include <set>
//_________________________________________________________________________________________________________________
// Defines
@@ -264,8 +264,8 @@ void LanguageSelectionMenuController::fillPopupMenu( Reference< css::awt::XPopup
SvtLanguageTable aLanguageTable;
- // get languages to be displayed in the menu
- std::set< OUString > aLangItems;
+ // get languages to be displayed in the menu
+ std::set< OUString > aLangItems;
FillLangItems( aLangItems, aLanguageTable, m_xFrame, m_aLangGuessHelper,
m_nScriptType, m_aCurLang, m_aKeyboardLang, m_aGuessedTextLang );