[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Thu Jun 6 06:11:40 PDT 2013


 sw/source/ui/envelp/mailmrge.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 61ab0ca621898afa817c92c4d13229fa943dfba8
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jun 6 15:05:54 2013 +0200

    fdo#64283: SwMailMergeDlg: add back missing initialize
    
    (regression from b248624126c271c88381d3dad6e04fc954f65779)
    
    Change-Id: I0ed8c4ec91a095babccd089c7fe4508d123ba86d

diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx
index 077ad27..4937fe1 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&)
         {


More information about the Libreoffice-commits mailing list