remove unused code framework::MenuManager::getContext()

Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771
This commit is contained in:
Noel Grandin
2014-02-21 14:03:18 +02:00
parent 6fe80c5b46
commit a77461db60
3 changed files with 0 additions and 8 deletions

View File

@ -913,11 +913,6 @@ IMPL_LINK_NOARG(MenuManager, Highlight)
return 0;
}
const Reference< XComponentContext >& MenuManager::getContext()
{
return m_xContext;
}
void MenuManager::AddMenu(PopupMenu* _pPopupMenu,const OUString& _sItemCommand,sal_uInt16 _nItemId,sal_Bool _bDelete,sal_Bool _bDeleteChildren)
{
MenuManager* pSubMenuManager = new MenuManager( m_xContext, m_xFrame, _pPopupMenu, _bDelete, _bDeleteChildren );