diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-14 15:55:09 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-15 11:33:21 +0000 |
commit | 269bf161e6904f33dda21e319982bfb119f24592 (patch) | |
tree | 512cd13b685c32d4ff115fa56f00c71604ec3309 /framework/inc/classes/menumanager.hxx | |
parent | a62129aa632c2d574a6560efc19f9de84aed1670 (diff) |
loplugin:unusedmethods framework
Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6
Reviewed-on: https://gerrit.libreoffice.org/17060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework/inc/classes/menumanager.hxx')
-rw-r--r-- | framework/inc/classes/menumanager.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index 4c471a29f398..07de83d63867 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -81,7 +81,6 @@ class MenuManager : public ::cppu::WeakImplHelper1< css::frame::XStatusListener private: void UpdateSpecialFileMenu( Menu* pMenu ); - void UpdateSpecialWindowMenu( Menu* pMenu ); void ClearMenuDispatch(const css::lang::EventObject& Source = css::lang::EventObject(),bool _bRemoveOnly = true); void SetHdl(); void AddMenu(PopupMenu* _pPopupMenu,const OUString& _sItemCommand,sal_uInt16 _nItemId,bool _bDelete,bool _bDeleteChildren); |