diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-23 13:25:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-23 13:26:19 +0200 |
commit | 8c6e900e4724dc7c800047099139c080f5f5d564 (patch) | |
tree | a7dc81390e94310d145fbaf356ec455d7732ced8 /sw | |
parent | 88a874fcb3a3735634c638f34dcb0cc7bd2260ac (diff) |
remove unused private field
Change-Id: I474458058c1a3d8c93486bf2e647df203d2452cc
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dbui/mmoutputpage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx index 8585c02e2507..df8030ec5ca4 100644 --- a/sw/source/ui/dbui/mmoutputpage.hxx +++ b/sw/source/ui/dbui/mmoutputpage.hxx @@ -149,7 +149,6 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog SvSimpleTableContainer *m_pContainer; HeaderBar *m_pStatusHB; - SvTabListBox *m_pStatusLB; SvSimpleTable *m_pStatus; PushButton *m_pStop; |