diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-15 10:50:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-16 08:38:53 +0200 |
commit | 44404a0c8ae8a7a12e7d9133323d0f7e32061c03 (patch) | |
tree | 5f31b8bf8a2a4df8eacf3c1d6eccbde8460a4e00 /include | |
parent | c4fb1122b3b6c55d479c68c14101972254aa72a8 (diff) |
convert Link<> to typed
Change-Id: If6334d32abbec379acbb9def98fdf6cb5144238b
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 654880ad31ce..089cd8b4eb5a 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -488,7 +488,7 @@ public: // set the highlight link for additional button with ID nId // highlight link will be called with a MenuBarButtonHighlightArg // the bHighlight member of that struct shall contain the new state - void SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link<>& ); + void SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link<MenuBar::MenuBarButtonCallbackArg&,bool>& ); // returns the rectangle occupied by the additional button named nId // coordinates are relative to the systemwindiow the menubar is attached to // if the menubar is unattached an empty rectangle is returned |