diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 11:34:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:31 +0200 |
commit | 55cdab3b8b74a29008186050e34d7f05c121c2f7 (patch) | |
tree | 4aed8c321bf8951c06b296b302d8297268547f15 /include/svtools | |
parent | e0714ae393661da231466ee679d1a6f5cd49fe35 (diff) |
convert Link<> to typed
Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/fileview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 3aa326b63444..c57ed40f8079 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -158,7 +158,7 @@ public: void SetNoSelection(); - void SetSelectHdl( const Link<>& rHdl ); + void SetSelectHdl( const Link<SvTreeListBox*,void>& rHdl ); void SetDoubleClickHdl( const Link<SvTreeListBox*,bool>& rHdl ); void SetOpenDoneHdl( const Link<>& rHdl ); |