summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-09 21:31:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:46 +0200
commitb53c2cd3855f6ac91157c615a1b4f168b2aaf244 (patch)
tree367377fd04a35069326084b00a5afa415c4cc1db /sw/source/ui/dbui/mmoutputpage.hxx
parentReplace IMPL_STATIC_LINK[_TYPED] with more useful variants (diff)
downloadcore-b53c2cd3855f6ac91157c615a1b4f168b2aaf244.tar.gz
core-b53c2cd3855f6ac91157c615a1b4f168b2aaf244.zip
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
Change-Id: I9764e8860ee66cc94456eae879a9fc90d0ad850d
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 6ca57d1f1c93..1e99dc3c9b20 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -182,7 +182,7 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
SAL_DLLPRIVATE DECL_LINK( CloseHdl_Impl, void* );
SAL_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, StartSendMails, SwSendMailDialog* );
SAL_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, StopSendMails, SwSendMailDialog* );
- SAL_DLLPRIVATE DECL_STATIC_LINK_TYPED( SwSendMailDialog, RemoveThis, Idle*, void );
+ SAL_DLLPRIVATE DECL_LINK_TYPED( RemoveThis, Idle*, void );
SAL_DLLPRIVATE void IterateMails();
SAL_DLLPRIVATE void SendMails();