diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 20:46:04 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-11-06 21:36:25 +0200 |
commit | 5bd6b61a7cad81d8385e5bc4ea0e6546b1eb7314 (patch) | |
tree | b8c810b55d4fefffd73fa56c4381430e7d22bf0d /framework/inc | |
parent | afe235a0abf9ef91a353a4d0dccf56961abd2fbf (diff) |
NewMenuController: Remove duplicate async dispatch handling
Change-Id: I881e6781c5ba82b0b998891532f8b7c281567b73
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/newmenucontroller.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx index 869650ea7a94..8b52dbb6d104 100644 --- a/framework/inc/uielement/newmenucontroller.hxx +++ b/framework/inc/uielement/newmenucontroller.hxx @@ -77,8 +77,6 @@ namespace framework // XEventListener virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw ( css::uno::RuntimeException, std::exception ) override; - DECL_STATIC_LINK( NewMenuController, ExecuteHdl_Impl, void*, void ); - private: virtual void impl_setPopupMenu() override; |