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

@ -69,8 +69,6 @@ class MenuManager : public ThreadHelpBase ,
void RemoveListener();
const css::uno::Reference< css::uno::XComponentContext >& getContext();
static void UpdateSpecialWindowMenu( Menu* pMenu ,const css::uno::Reference< css::uno::XComponentContext >& xContext,IMutex& _rMutex);
static void FillMenuImages(
css::uno::Reference< css::frame::XFrame >& xFrame,

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 );

View File

@ -306,7 +306,6 @@ editeng::Section::Section()
formula::FormulaDlg::CheckMatrix()
formula::FormulaTokenArray::AddString(unsigned short const*)
formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long)
framework::MenuManager::getContext()
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::AttributeConversion::decodeDouble(rtl::OUString const&)