Kaydet (Commit) 7a62dba0 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#64283: SwMailMergeDlg: add back missing initialize

(regression from b2486241)

Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d
(cherry picked from commit 61ab0ca6)
üst 294002ab
...@@ -269,6 +269,7 @@ SwMailMergeDlg::SwMailMergeDlg(Window* pParent, SwWrtShell& rShell, ...@@ -269,6 +269,7 @@ SwMailMergeDlg::SwMailMergeDlg(Window* pParent, SwWrtShell& rShell,
{ {
// create a frame wrapper for myself // create a frame wrapper for myself
m_xFrame = frame::Frame::create( comphelper::getProcessComponentContext() ); m_xFrame = frame::Frame::create( comphelper::getProcessComponentContext() );
m_xFrame->initialize( VCLUnoHelper::GetInterface ( pBeamerWin ) );
} }
catch (const Exception&) catch (const Exception&)
{ {
......
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