summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-14 11:38:47 +0200
committerNoel Grandin <noel@peralex.com>2015-09-15 09:37:31 +0200
commite0f617aa586d7d9c7094b3cfcc9d4d765e154283 (patch)
tree5eeb21ca57617aa62e71571040ffc88792c5b8c8 /include
parent55cdab3b8b74a29008186050e34d7f05c121c2f7 (diff)
convert Link<> to typed
Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
Diffstat (limited to 'include')
-rw-r--r--include/svtools/fileview.hxx2
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;