summaryrefslogtreecommitdiff
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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx
index f8781b656d42..f199e42c0621 100644
--- a/sc/source/ui/inc/linkarea.hxx
+++ b/sc/source/ui/inc/linkarea.hxx
@@ -51,11 +51,11 @@ private:
SfxObjectShellRef aSourceRef;
- DECL_LINK_TYPED(FileHdl, ComboBox&, void);
- DECL_LINK_TYPED(BrowseHdl, Button*, void);
- DECL_LINK_TYPED(RangeHdl, ListBox&, void);
- DECL_LINK_TYPED(ReloadHdl, Button*, void);
- DECL_LINK_TYPED( DialogClosedHdl, sfx2::FileDialogHelper*, void );
+ DECL_LINK(FileHdl, ComboBox&, void);
+ DECL_LINK(BrowseHdl, Button*, void);
+ DECL_LINK(RangeHdl, ListBox&, void);
+ DECL_LINK(ReloadHdl, Button*, void);
+ DECL_LINK( DialogClosedHdl, sfx2::FileDialogHelper*, void );
void UpdateSourceRanges();
void UpdateEnable();