summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-23 10:05:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-23 10:05:49 +0100
commit5ccd10fbbd66558a6662d74bc7ba76a4697f593a (patch)
tree53752a255c732d0a8cdc7f72073f71b03b6efda1 /sw/source/ui/dbui/mmoutputpage.hxx
parentdrop helpids that go nowhere (diff)
downloadcore-5ccd10fbbd66558a6662d74bc7ba76a4697f593a.tar.gz
core-5ccd10fbbd66558a6662d74bc7ba76a4697f593a.zip
use an expander instead of hand-crafted code
Change-Id: Id5606051656f21309c9e5c8d08a2eacd65b22dbf
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index fef10e9eda5c..8585c02e2507 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -147,7 +147,6 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
ProgressBar *m_pProgressBar;
FixedText *m_pErrorStatus;
- PushButton *m_pDetails;
SvSimpleTableContainer *m_pContainer;
HeaderBar *m_pStatusHB;
SvTabListBox *m_pStatusLB;
@@ -156,8 +155,6 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
PushButton *m_pStop;
PushButton *m_pClose;
- OUString m_sMore;
- OUString m_sLess;
OUString m_sContinue;
OUString m_sStop;
OUString m_sSend;
@@ -179,7 +176,6 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
sal_Int32 m_nSendCount;
sal_Int32 m_nErrorCount;
- SAL_DLLPRIVATE DECL_LINK( DetailsHdl_Impl, void* );
SAL_DLLPRIVATE DECL_LINK( StopHdl_Impl, PushButton* );
SAL_DLLPRIVATE DECL_LINK( CloseHdl_Impl, void* );
SAL_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, StartSendMails, SwSendMailDialog* );