forked from amazingfate/loongoffice
remove unused code framework::MenuManager::getContext()
Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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 );
|
||||
|
||||
@ -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&)
|
||||
|
||||
Reference in New Issue
Block a user