summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/linkarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/linkarea.hxx')
-rw-r--r--sc/source/ui/inc/linkarea.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx
index c985d4ddce8c..610ea8c3d8d7 100644
--- a/sc/source/ui/inc/linkarea.hxx
+++ b/sc/source/ui/inc/linkarea.hxx
@@ -51,9 +51,9 @@ private:
SfxObjectShellRef aSourceRef;
DECL_LINK(FileHdl, void *);
- DECL_LINK(BrowseHdl, void *);
+ DECL_LINK_TYPED(BrowseHdl, Button*, void);
DECL_LINK(RangeHdl, void *);
- DECL_LINK(ReloadHdl, void *);
+ DECL_LINK_TYPED(ReloadHdl, Button*, void);
DECL_LINK_TYPED( DialogClosedHdl, sfx2::FileDialogHelper*, void );
void UpdateSourceRanges();