diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-03-29 22:09:35 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-29 22:10:18 +0200 |
commit | 1c9e7d47bef1aeb53cb74a8b24cff33ab5fbc692 (patch) | |
tree | 4a51efe48b8563e5f8f7934a64e85a8aa8094464 /framework/source/uielement/langselectionmenucontroller.cxx | |
parent | 151837450c0bb64ea9e1738d2d3086d823aebd77 (diff) |
Remove commented code in libs-core/framework
Diffstat (limited to 'framework/source/uielement/langselectionmenucontroller.cxx')
-rwxr-xr-x | framework/source/uielement/langselectionmenucontroller.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/source/uielement/langselectionmenucontroller.cxx b/framework/source/uielement/langselectionmenucontroller.cxx index 30c8b1e098f1..d81aec95030e 100755 --- a/framework/source/uielement/langselectionmenucontroller.cxx +++ b/framework/source/uielement/langselectionmenucontroller.cxx @@ -80,7 +80,6 @@ //_________________________________________________________________________________________________________________ // Defines //_________________________________________________________________________________________________________________ -// using namespace ::com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::lang; @@ -262,11 +261,9 @@ void LanguageSelectionMenuController::fillPopupMenu( Reference< css::awt::XPopup FillLangItems( aLangItems, aLanguageTable, m_xFrame, m_aLangGuessHelper, m_nScriptType, m_aCurLang, m_aKeyboardLang, m_aGuessedTextLang ); - // // now add menu entries // the different menues purpose will be handled by the different string // for aCmd_Dialog and aCmd_Language - // sal_Int16 nItemId = 1; // in this control the item id is not important for executing the command const OUString sAsterix(RTL_CONSTASCII_USTRINGPARAM("*")); // multiple languages in current selection |