summaryrefslogtreecommitdiff
path: root/include/svtools/breadcrumb.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-14 16:12:48 +0200
committerNoel Grandin <noel@peralex.com>2015-08-17 09:59:59 +0200
commit979b460faf310be202d627ebd31dd87e3308e4b9 (patch)
treeeba1794c9a9d11db32999e3d6257e51260cf23d3 /include/svtools/breadcrumb.hxx
parentb49aed047cde78573ba4a3414301b7bc10fa43ad (diff)
make Link<> typed
Change-Id: Iffa4bbb58931075679a60132d90c3b8be6a76cc2
Diffstat (limited to 'include/svtools/breadcrumb.hxx')
-rw-r--r--include/svtools/breadcrumb.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/breadcrumb.hxx b/include/svtools/breadcrumb.hxx
index ddd377dee1a2..d749f2736dc3 100644
--- a/include/svtools/breadcrumb.hxx
+++ b/include/svtools/breadcrumb.hxx
@@ -39,7 +39,7 @@ class SVT_DLLPUBLIC Breadcrumb : public VclHBox
SvtBreadcrumbMode m_eMode;
- Link<> m_aClickHdl;
+ Link<Breadcrumb*,void> m_aClickHdl;
void appendField();
bool showField( unsigned int nIndex, unsigned int nWidthMax );
@@ -53,7 +53,7 @@ class SVT_DLLPUBLIC Breadcrumb : public VclHBox
void dispose() SAL_OVERRIDE;
void EnableFields( bool bEnable );
- void SetClickHdl( const Link<>& rLink );
+ void SetClickHdl( const Link<Breadcrumb*,void>& rLink );
OUString GetHdlURL();
void SetRootName( const OUString& rURL );