summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-10 16:44:12 +0200
committerNoel Grandin <noel@peralex.com>2015-09-11 08:48:55 +0200
commit71a83295d8c719f4fd4fa05f367c3c85323e22e9 (patch)
tree1ff99c92e49ad61e7b478daad338fd6109324222 /include/toolkit
parentc80fb09256f02379b78f7bb219e94dfbf5277872 (diff)
convert Link<> to typed
and remove unused maChildEventListeners Change-Id: I845a9af608c3429cf9ccb0e8041f24f423839513
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxmenu.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx
index b38e549e5374..49624fece463 100644
--- a/include/toolkit/awt/vclxmenu.hxx
+++ b/include/toolkit/awt/vclxmenu.hxx
@@ -40,6 +40,7 @@ class Menu;
class MenuBar;
class VclSimpleEvent;
class PopupMenu;
+class VclMenuEvent;
typedef ::std::vector<
css::uno::Reference< css::awt::XPopupMenu >*
@@ -65,7 +66,7 @@ private:
protected:
::osl::Mutex& GetMutex() { return maMutex; }
- DECL_LINK( MenuEventListener, VclSimpleEvent* );
+ DECL_LINK_TYPED( MenuEventListener, VclMenuEvent&, void );
void ImplCreateMenu( bool bPopup );