summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 14:17:56 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:32 +0200
commit8491065b9a673450bd62d8b837540d879f5ce07e (patch)
tree1956e252e4fe70df3814287fb78bc3e87a666720 /include/svtools
parent4ac7459bef17ceee74f6b2388c96f657c25eddff (diff)
convert Link<> to typed
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/toolbarmenu.hxx2
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;