diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 14:17:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:32 +0200 |
commit | 8491065b9a673450bd62d8b837540d879f5ce07e (patch) | |
tree | 1956e252e4fe70df3814287fb78bc3e87a666720 /include/svtools | |
parent | 4ac7459bef17ceee74f6b2388c96f657c25eddff (diff) |
convert Link<> to typed
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/toolbarmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx index 5cbf6099ecaa..3999f89e4720 100644 --- a/include/svtools/toolbarmenu.hxx +++ b/include/svtools/toolbarmenu.hxx @@ -81,7 +81,7 @@ public: const Size& getMenuSize() const; - void SetSelectHdl( const Link<>& rLink ); + void SetSelectHdl( const Link<ToolbarMenu*,void>& rLink ); int getSelectedEntryId() const; int getHighlightedEntryId() const; |