Bugzilla – Attachment 129628 Details for
Bug 103919
Mailmerge e-mail does not send all merged documents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A hack to maybe fix this bug
mmoutputtypepage.cxx.diff (text/plain), 1.10 KB, created by
Alex Kempshall
on 2016-12-14 12:15:45 UTC
(
hide
)
Description:
A hack to maybe fix this bug
Filename:
MIME Type:
Creator:
Alex Kempshall
Created:
2016-12-14 12:15:45 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/sw/source/ui/dbui/mmoutputtypepage.cxx b/sw/source/ui/dbui/mmoutputtypepage.cxx >index aa84a12..5350b7b 100644 >--- a/sw/source/ui/dbui/mmoutputtypepage.cxx >+++ b/sw/source/ui/dbui/mmoutputtypepage.cxx >@@ -36,6 +36,13 @@ > #include <maildispatcher.hxx> > #include <imaildsplistener.hxx> > >+#ifdef _WIN32 >+#include <windows.h> >+#else >+#include <unistd.h> >+#include <time.h> >+#endif >+ > using namespace ::com::sun::star; > > SwMailMergeOutputTypePage::SwMailMergeOutputTypePage(SwMailMergeWizard* pParent) >@@ -304,10 +311,13 @@ SwSendMailDialog::~SwSendMailDialog() > > void SwSendMailDialog::dispose() > { >+ > if(m_pImpl->xMailDispatcher.is()) > { > try > { >+ sleep(1); >+ > if(m_pImpl->xMailDispatcher->isStarted()) > m_pImpl->xMailDispatcher->stop(); > if(m_pImpl->xConnectedMailService.is() && m_pImpl->xConnectedMailService->isConnected()) >@@ -524,6 +534,7 @@ void SwSendMailDialog::IterateMails() > pCurrentMailDescriptor = m_pImpl->GetNextDescriptor(); > } > UpdateTransferStatus(); >+ sleep(1); > } > > void SwSendMailDialog::ShowDialog()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 103919
:
128909
| 129628