diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-14 11:38:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-15 09:37:31 +0200 |
commit | e0f617aa586d7d9c7094b3cfcc9d4d765e154283 (patch) | |
tree | 5eeb21ca57617aa62e71571040ffc88792c5b8c8 /include | |
parent | 55cdab3b8b74a29008186050e34d7f05c121c2f7 (diff) |
convert Link<> to typed
Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
Diffstat (limited to 'include')
-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 c57ed40f8079..4070e4a56078 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -160,7 +160,7 @@ public: void SetSelectHdl( const Link<SvTreeListBox*,void>& rHdl ); void SetDoubleClickHdl( const Link<SvTreeListBox*,bool>& rHdl ); - void SetOpenDoneHdl( const Link<>& rHdl ); + void SetOpenDoneHdl( const Link<SvtFileView*,void>& rHdl ); sal_uLong GetSelectionCount() const; SvTreeListEntry* FirstSelected() const; |