Kaydet (Commit) 78b59719 authored tarafından Noel Grandin's avatar Noel Grandin

m_bDesctructionEnabled->m_bDestructionEnabled

Change-Id: I94369455a965a1382d52e7f99cf1ec1f8af98d07
Reviewed-on: https://gerrit.libreoffice.org/49277Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 82abf9d5
......@@ -256,7 +256,7 @@ SwSendMailDialog::SwSendMailDialog(vcl::Window *pParent, SwMailMergeConfigItem&
m_sCompleted( SwResId(ST_COMPLETED )),
m_sFailed( SwResId(ST_FAILED )),
m_bCancel(false),
m_bDesctructionEnabled(false),
m_bDestructionEnabled(false),
m_pImpl(new SwSendMailDialog_Impl),
m_pConfigItem(&rConfigItem),
m_nSendCount(0),
......@@ -384,7 +384,7 @@ IMPL_LINK( SwSendMailDialog, RemoveThis, Timer*, pTimer, void )
m_pImpl->xMailDispatcher->shutdown();
}
if( m_bDesctructionEnabled &&
if( m_bDestructionEnabled &&
(!m_pImpl->xMailDispatcher.is() ||
!m_pImpl->xMailDispatcher->isRunning()))
{
......
......@@ -185,7 +185,7 @@ class SwSendMailDialog : public ModelessDialog //SfxModalDialog
OUString m_sFailed;
bool m_bCancel;
bool m_bDesctructionEnabled;
bool m_bDestructionEnabled;
SwSendMailDialog_Impl* m_pImpl;
SwMailMergeConfigItem* m_pConfigItem;
......@@ -210,7 +210,7 @@ public:
virtual void dispose() override;
void AddDocument( SwMailDescriptor const & rDesc );
void EnableDestruction() {m_bDesctructionEnabled = true;}
void EnableDestruction() {m_bDestructionEnabled = true;}
void ShowDialog();
void DocumentSent( css::uno::Reference< css::mail::XMailMessage> const & xMessage,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment