summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/namepast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/namepast.hxx')
-rw-r--r--sc/source/ui/inc/namepast.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx
index a71a95b23e9c..3e22bcb9add9 100644
--- a/sc/source/ui/inc/namepast.hxx
+++ b/sc/source/ui/inc/namepast.hxx
@@ -34,7 +34,7 @@ class ScDocShell;
class ScNamePasteDlg : public ModalDialog
{
- DECL_LINK( ButtonHdl, Button * );
+ DECL_LINK_TYPED( ButtonHdl, Button *, void );
private:
VclPtr<PushButton> m_pBtnPasteAll;