diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-01 10:19:04 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-09-01 09:39:52 +0000 |
commit | 671ac3a9221598febdc6304fceabbb2ade86f41e (patch) | |
tree | f9561e28ab36d4c9813698d233c02e7e4b62075a /framework/inc | |
parent | 662f5a5a16339ecda071ea6b95afefeea63c4fe9 (diff) |
Looks like the menu highlight handler is now unused
Change-Id: I75ff4bce35e7940e07b760f672e08ffe0dd208f8
Reviewed-on: https://gerrit.libreoffice.org/28580
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/menubarmanager.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx index 6e9920d231c0..0fe3db5b185c 100644 --- a/framework/inc/uielement/menubarmanager.hxx +++ b/framework/inc/uielement/menubarmanager.hxx @@ -152,7 +152,6 @@ class MenuBarManager : public css::frame::XStatusListener , void GetPopupController( PopupControllerCache& rPopupController ); protected: - DECL_LINK_TYPED(Highlight, Menu *, bool); DECL_LINK_TYPED( Activate, Menu *, bool ); DECL_LINK_TYPED( Deactivate, Menu *, bool ); DECL_LINK_TYPED( AsyncSettingsHdl, Timer *, void ); |