summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/filtdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-25 14:38:44 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-12 06:54:02 +0000
commite757c471139094525bd0a967e1b72747f35f99bf (patch)
treeab2072514e2e3d0447bb05113d254dc6167a53d0 /sc/source/ui/inc/filtdlg.hxx
parentccc5ea08d64c38a9ce925d448c3010aca19ed35c (diff)
convert Link<> to typed
Change-Id: Ib9a493af0f64c5f3eb50f392805c3278ed2164a0 Reviewed-on: https://gerrit.libreoffice.org/19304 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/filtdlg.hxx')
-rw-r--r--sc/source/ui/inc/filtdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx
index f01e1feeda5a..59bf701f9ea2 100644
--- a/sc/source/ui/inc/filtdlg.hxx
+++ b/sc/source/ui/inc/filtdlg.hxx
@@ -150,7 +150,7 @@ private:
DECL_LINK_TYPED( CheckBoxHdl, Button*, void );
DECL_LINK_TYPED( EndDlgHdl, Button*, void );
DECL_LINK_TYPED( ScrollHdl, ScrollBar*, void );
- DECL_LINK( MoreExpandedHdl, void* );
+ DECL_LINK_TYPED( MoreExpandedHdl, VclExpander&, void );
// Hack: RefInput control
DECL_LINK_TYPED( TimeOutHdl, Timer*, void );