diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-06 15:05:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-06 15:10:44 +0200 |
commit | 7a62dba0ba4915e4029a3eb4d41311489d73c933 (patch) | |
tree | b3200f6825c1fe32839259a7af1e2a11413b7889 | |
parent | 294002ab56e82865943b549c22ca1049e14b79bb (diff) |
fdo#64283: SwMailMergeDlg: add back missing initialize
(regression from b248624126c271c88381d3dad6e04fc954f65779)
Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d
(cherry picked from commit 61ab0ca621898afa817c92c4d13229fa943dfba8)
-rw-r--r-- | sw/source/ui/envelp/mailmrge.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx index 077ad274273d..4937fe1d9850 100644 --- a/sw/source/ui/envelp/mailmrge.cxx +++ b/sw/source/ui/envelp/mailmrge.cxx @@ -269,6 +269,7 @@ SwMailMergeDlg::SwMailMergeDlg(Window* pParent, SwWrtShell& rShell, { // create a frame wrapper for myself m_xFrame = frame::Frame::create( comphelper::getProcessComponentContext() ); + m_xFrame->initialize( VCLUnoHelper::GetInterface ( pBeamerWin ) ); } catch (const Exception&) { |