Kaydet (Commit) a77461db authored tarafından Noel Grandin's avatar Noel Grandin

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

Change-Id: I3b6d8bf6d83033b36a2e72eb5c984f5d9c47b771
üst 6fe80c5b
...@@ -69,8 +69,6 @@ class MenuManager : public ThreadHelpBase , ...@@ -69,8 +69,6 @@ class MenuManager : public ThreadHelpBase ,
void RemoveListener(); 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 UpdateSpecialWindowMenu( Menu* pMenu ,const css::uno::Reference< css::uno::XComponentContext >& xContext,IMutex& _rMutex);
static void FillMenuImages( static void FillMenuImages(
css::uno::Reference< css::frame::XFrame >& xFrame, css::uno::Reference< css::frame::XFrame >& xFrame,
......
...@@ -913,11 +913,6 @@ IMPL_LINK_NOARG(MenuManager, Highlight) ...@@ -913,11 +913,6 @@ IMPL_LINK_NOARG(MenuManager, Highlight)
return 0; 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) 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 ); MenuManager* pSubMenuManager = new MenuManager( m_xContext, m_xFrame, _pPopupMenu, _bDelete, _bDeleteChildren );
......
...@@ -306,7 +306,6 @@ editeng::Section::Section() ...@@ -306,7 +306,6 @@ editeng::Section::Section()
formula::FormulaDlg::CheckMatrix() formula::FormulaDlg::CheckMatrix()
formula::FormulaTokenArray::AddString(unsigned short const*) formula::FormulaTokenArray::AddString(unsigned short const*)
formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long) formula::SingleVectorRefToken::SingleVectorRefToken(double const*, unsigned long)
framework::MenuManager::getContext()
oglcanvas::CanvasHelper::flush() const 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 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&) oox::AttributeConversion::decodeDouble(rtl::OUString const&)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment