summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-10 10:33:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-10 11:25:49 +0200
commit892cb24be673e8441a75bdde950c2087a24bdf74 (patch)
tree1f605a485f3ea131be9b0005af0641cfee4c4116 /sw/source/ui/dbui/mmoutputpage.hxx
parentNo more need for EMPTYARG in C++11 (diff)
downloadcore-892cb24be673e8441a75bdde950c2087a24bdf74.tar.gz
core-892cb24be673e8441a75bdde950c2087a24bdf74.zip
Fix uses of SAL_DLLPRIVATE DECL_LINK etc.
Change-Id: Ibab84ce977e34bbae04e703a87a3211d20813558
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 1e99dc3c9b20..7dc3061adc1d 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -178,11 +178,11 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
sal_Int32 m_nSendCount;
sal_Int32 m_nErrorCount;
- SAL_DLLPRIVATE DECL_LINK( StopHdl_Impl, PushButton* );
- 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_LINK_TYPED( RemoveThis, Idle*, void );
+ DECL_DLLPRIVATE_LINK( StopHdl_Impl, PushButton* );
+ DECL_DLLPRIVATE_LINK( CloseHdl_Impl, void* );
+ DECL_DLLPRIVATE_STATIC_LINK( SwSendMailDialog, StartSendMails, SwSendMailDialog* );
+ DECL_DLLPRIVATE_STATIC_LINK( SwSendMailDialog, StopSendMails, SwSendMailDialog* );
+ DECL_DLLPRIVATE_LINK_TYPED( RemoveThis, Idle*, void );
SAL_DLLPRIVATE void IterateMails();
SAL_DLLPRIVATE void SendMails();